Commit 3322dbb5 by BellCodeEditor

save project

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