Commit 028064c3 by BellCodeEditor

save project

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