Commit c0138f4f by BellCodeEditor

save project

parent 7f560d51
Pipeline #11177 failed in 0 seconds
Showing with 3 additions and 3 deletions
message = "诺一,周末一起去看动漫展吧!"
print(messagem[0])
print(messagem[1])
print(messagem[2])
print(message[0])
print(message[1])
print(message[2])
for i in message:
print(i)
......
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