Commit c0f3798e by BellCodeEditor

save project

parent a93de5cd
Showing with 2 additions and 1 deletions
......@@ -2,5 +2,5 @@ for a in range(0,10):
for b in range(0,10):
for c in range(0,10):
for d in range(0,10):
if (80000+a*1000+b*100+c*10+d)+(a*10000+b*1000+c*100+d*10+6)==121410
if (80000+a*1000+b*100+c*10+d)+(a*10000+b*1000+c*100+d*10+6)==121410:
print(a,b,c,d)
\ No newline at end of file
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