Commit 309657cf by BellCodeEditor

save project

parent 5eab770b
Showing with 3 additions and 2 deletions
...@@ -7,4 +7,5 @@ list.extend(list1) ...@@ -7,4 +7,5 @@ list.extend(list1)
list.append('火龙果') list.append('火龙果')
list.append('草莓') list.append('草莓')
list.insert(10,'火龙果') list.insert(10,'火龙果')
list.insert(11,'草莓') list.insert(11,'草莓')
\ No newline at end of file print()
\ 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