Commit 0e8ab721 by BellCodeEditor

auto save

parent 5b3b230e
Showing with 12 additions and 13 deletions
a=[1,3,5,8] a=1
s=0 while a<1001:
for i in a: b=a
s=i*100 while b!=0:
a.remove(i) if b%100==33:
for j in a: print("&"+str(a))
s=j*10 break
a.remove(j) if b%10==3:
for k in a: print(a)
s=k break
print(k) b=int(b/10)
a=a+1
\ 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