Commit 37d91c83 by BellCodeEditor

auto save

parent 90f887f1
Showing with 1 additions and 1 deletions
......@@ -4,4 +4,4 @@ i = 0
while i < length:
element = message[i]
print(element)
i = i + 1
i += 1
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