Commit 5894174b by BellCodeEditor

auto save

parent fa0538d2
Showing with 16 additions and 0 deletions
#p='python'
#p='python'
#print(p[0:6:2])
n=4
while True:
s='2009'*n+'736'
print(s)
if int(s)%11==0:
break
else:
n=n+1
print(s)
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