python:实现Pythagorean triples毕氏三元数 limit = int(input("Enter upper limit:")) c = 0 m = 2 while c < limit: for n in