Commit e17b8a99 by BellCodeEditor

save project

parent cdd0026b
Showing with 5 additions and 2 deletions
a=["刘","161","9.1"] a=["刘","161","9.1"]
b=["关","160","8.5"] b=["关","160","8.5"]
c=["张","166","8.3"] c=["张","166","8.3"]
print(a,b,c) print(a,b,c)
\ No newline at end of file f=['w',"e"]
f.remove("w")
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