Commit 47534845 by BellCodeEditor

save project

parent a8a0ecaa
Showing with 2 additions and 4 deletions
......@@ -4,6 +4,5 @@
#这时还是无名小卒的关羽上前请战,请从b列表中删掉“关羽”,用三种方法哦。
b=['袁术']
a=['夏侯惇','曹操','关羽']
a.insert(2,'袁术')
print()
\ No newline at end of file
a=['夏侯惇','曹操','关羽','袁术']
print(a[1:])
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