Commit 2597a666 by BellCodeEditor

auto save

parent 02a6de8d
Showing with 7 additions and 2 deletions
def peach(n)
if n==10:
return 1
if
\ No newline at end of file
......@@ -11,4 +11,4 @@ for j in range(0,len(the_list)-1):
for i in range(0,len(the_list)-1):
if the_list[i]>the_list[i+1]:
the_list[i],the_list[i+1]=the_list[i+1],the_list[i]
print(the_list)
\ No newline at end of file
print(the_list)
\ 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