Commit 0c0dfac7 by BellCodeEditor

save project

parent 1ffdc06e
Showing with 6 additions and 3 deletions
message="诺伊,周末去动漫展玩吧!"
for i in message:
print(i)
\ No newline at end of file
i=0
while i<len(message):
element=message[i]
i+=1
print(element)
\ 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