Commit f5273dd2 by BellCodeEditor

save project

parent 6a3c706d
Showing with 7 additions and 1 deletions
......@@ -3,5 +3,10 @@ b=["关","160","8.5"]
c=["张","166","8.3"]
print(a,b,c)
f=['w',"e"]
f.remove("w")
# f.append("t")
# print(f)
# f.insert(1,t)
# print(f)
e=['1','4']
f.extend(e)
print(f)
\ 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