Commit 19ef9840 by BellCodeEditor

auto save

parent f0a38d7a
Showing with 0 additions and 5 deletions
for a in range(0,1001):
for b in range(0,1001):
for c in range(0,1001):
if a+b+c==1000 and a**2+b**2==c**2:
print(a,b,c)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment