Commit 69308fa6 by BellCodeEditor

save project

parent b36376f1
Showing with 3 additions and 0 deletions
......@@ -3,3 +3,5 @@ a[0]="关"
a[1]="刘"
a.remove('关')
print(a)
c=['文丑''颜良']
a.extend(c)
\ 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