Commit 348b3c7c by BellCodeEditor

save project

parent 6da17d55
Showing with 5 additions and 1 deletions
......@@ -16,4 +16,7 @@ c=['颜良','文丑']
# a.extend(c)
a.append(c)
print(a)
a=['l']
b=['y','g','g','z','l','c']
a.extend(b[2:5])
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