Commit 79c10f19 by BellCodeEditor

auto save

parent b11ad6a1
Showing with 7 additions and 2 deletions
......@@ -6,8 +6,14 @@ for i in message:
print(i)
'''
length=len(message)
i=0
while i<length:
print(message[i])
i=i+1
\ No newline at end of file
i=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