Commit 69308fa6 by BellCodeEditor

save project

parent b36376f1
Showing with 4 additions and 2 deletions
......@@ -2,4 +2,6 @@ a=["刘","关","张"]
a[0]="关"
a[1]="刘"
a.remove('关')
print(a)
\ No newline at end of file
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