Commit 7377e7ee by BellCodeEditor

save project

parent b47db515
Showing with 4 additions and 4 deletions
list 1= [ 'python', 'java', 'c++', '阿里', '1', '2', '3']
list 1. sort ()
print (list 1)
\ No newline at end of file
list= [ 'python', 'java', 'c++', '阿里', '1', '2', '3']
list.sort ()
print(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