Commit 1c1800fa by BellCodeEditor

save project

parent 9f4bb135
Showing with 4 additions and 5 deletions
list= [9,2,8,6,3,4] list= [9,2,8,6,3,4]
list.sort () a=list.sort ()
list.sort () b=a.sort ()
print(b)
print(list) \ No newline at end of file
\ 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