Commit 635f4035 by BellCodeEditor

save project

parent e2f4b61c
Showing with 2 additions and 1 deletions
......@@ -6,5 +6,5 @@ length = len(message)
i = 0
while i < length:
print(message[i])
i = i + 1
i = i + 1 # or i += 1
#[end]added by teacher
\ 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