Commit 8592fe43 by BellCodeEditor

save project

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