Commit 320a6f6f by BellCodeEditor

auto save

parent 1e7f7112
Showing with 26 additions and 0 deletions
for i in range(1000):
j=i+1
while j!=0:
if j%100==33:
print("&"+str(i+1))
if j%10==3:
print(i+1)
break
else:
j=int(j/10)
i=i+1
for k in range(int(i/2))
if (i+1)%k+2!=0
\ No newline at end of file
a=[3,5,1,7,2,6]
n=len(a)
for j in range(n):
zjz=0
for i in range(j+1,n):
if a[j]>a[i]:
zjz=a[j]
a[j]=a[i]
a[i]=zjz
print(a)
\ 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