Commit bcb9e711 by BellCodeEditor

save project

parent a4dab155
Showing with 5 additions and 1 deletions
......@@ -3,6 +3,9 @@ a= ['华雄']
c=['颜良','文丑']
a.extend(c)
print(a)
#added by teacher
#[start]added by teacher
a.extend(['赵云','黄盖'])
print(a)
a.append(c)
print(a)
#[end]added by teacher
\ 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