Commit 7cde6dc9 by BellCodeEditor

save project

parent b507b78d
Showing with 5 additions and 2 deletions
m = "诺依,周末一起去看动漫展吧!" m = "诺依,周末一起去看动漫展吧!"
for i in m : a=0
print(i) b=len(m)
while a < b:
print(m[a])
a=a+1
# 请对message进行遍历,取出所有元素 # 请对message进行遍历,取出所有元素
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