Commit 25770e9e by BellCodeEditor

save project

parent 3db31167
Showing with 1 additions and 1 deletions
...@@ -4,7 +4,7 @@ message = "诺依,周末一起去看动漫展吧!" ...@@ -4,7 +4,7 @@ message = "诺依,周末一起去看动漫展吧!"
length = len(message) length = len(message)
i = 0 i = 0
while i < length: while i < length:
elemeent = message elemeent = message[i]
print(elemeent) print(elemeent)
i += 1 i += 1
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