gougushu= #定义一个空列表,用来存放勾股数。
for a in range(1,101):
#用for循环遍历100以内所有的数
if : #勾股数满足的等式
gougushu.append((a,b,c)) #向gougushu列表“追加”一个对象。
print()