Commit 1fe5dbd6 by BellCodeEditor

save project

parent 7b0f4feb
Showing with 3 additions and 2 deletions
...@@ -3,4 +3,5 @@ length=len(message) ...@@ -3,4 +3,5 @@ length=len(message)
# 请对message进行遍历,取出所有元素 # 请对message进行遍历,取出所有元素
while i < length while i < length
element=message[i] element=message[i]
print(message[i]) print(element)
\ No newline at end of file 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