Commit 4849994c by BellCodeEditor

save project

parent 420aea9c
Showing with 2 additions and 1 deletions
......@@ -3,7 +3,7 @@
# 省略繁杂情节,穿山甲冲入食堂:
a=['穿山甲']
b=['鸡汤','重庆军统','王大队长','同志们','屑司令','大日本']
b[2:5]
c=b[2:5]
print(c)
a.extend(c)
print(a)
\ 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