Commit 70fb0795 by BellCodeEditor

save project

parent c666a7eb
Showing with 5 additions and 0 deletions
...@@ -7,4 +7,8 @@ i = 0 ...@@ -7,4 +7,8 @@ i = 0
while i < length: while i < length:
print(message[i]) print(message[i])
i = i + 1 # or i += 1 i = i + 1 # or i += 1
"""
for i in message:
print(i,end=" ")
"""
#[end]added by teacher #[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