pythagorean_triples.cli

Overview

Pythagorean CLI applications

Entry points for automatically generated command line scripts. These CLI applications list and analyze Pythagorean Triples.

Pythagorean triples generation

Function

CLI Program with Arguments

Description

pythag3

pythag3 [a_start, [a_max, [abc_max]]

print all triples (a, b, c) such that start <= a <= a_max and a, b, c <= abc_max