Commit 79c10f19 by BellCodeEditor

auto save

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