Commit 2a592039 by BellCodeEditor

save project

parent 79de6b4f
Showing with 4 additions and 5 deletions
list=["8","7","4","7","9","7"]
for i in range(3):
list.remore("7")
print(list)
\ No newline at end of file
a=['bg']
c=['yl','vc']
a.extend(c)
print(a)
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