Commit 1ba899c2 by BellCodeEditor

auto save

parent 635cb4ce
Showing with 2 additions and 1 deletions
for i in range(100000,1000000):
str1 = str(1)
str1 = str(i)
if str1[0:2] == '85' and str1[4] == str1[5]:
if i % 13 == 0 and i%33 == 0:
print(i)
\ 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