Commit 850add76 by BellCodeEditor

auto save

parent b5182b85
Pipeline #9432 failed in 0 seconds
Showing with 7 additions and 0 deletions
......@@ -12,3 +12,10 @@ red = students[:2]
blue = students[2:]
print(red)
print(blue)
# 需要进行加密的语句
message = "诺依,周末一起去看动漫展吧!"
# 请对message进行遍历,取出所有元素
for i in message:
print(i)
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