Commit 3322dbb5 by BellCodeEditor

save project

parent fcf711f0
Pipeline #3483 failed in 0 seconds
Showing with 6 additions and 4 deletions
a="诺伊,周末一起去看漫画吧!"
for i in a:
print(i)
\ No newline at end of file
message="诺伊,周末一起去看漫画展吧!"
i=0
for i in range(13):
i=i+1
print(message[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