Commit 267f3bea by BellCodeEditor

auto save

parent 9c7ce2e8
Showing with 5 additions and 3 deletions
m = "诺依,周末一起去看动漫展吧!"
i=0
n=len(m)
for i in range(n):
print(m[i])
\ No newline at end of file
while i<n:
print(m[i])
i=i+1
\ 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