Commit 8592fe43 by BellCodeEditor

save project

parent f7f0c85a
Showing with 6 additions and 10 deletions
name=['jonh','sam','lily','anna','daming','helen'] message='诺伊,周末一起去看动漫展吧!'
print(name) # for i in range(14):
print() # print(message[i])
# name[2]='nina' for i in message:
# print(name) print(i)
# name.insert(5,'salli') \ No newline at end of file
# print(name)
# name.pop(3)
# print(name)
\ 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