Commit 0e8ab721 by BellCodeEditor

auto save

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