Commit 6ce79acd by BellCodeEditor

save project

parent 91500d1b
Showing with 3 additions and 2 deletions
...@@ -4,4 +4,5 @@ l=len(message) ...@@ -4,4 +4,5 @@ l=len(message)
i=0 i=0
while i<l: while i<l:
e=message[i] e=message[i]
print(e) print(e)
\ No newline at end of file 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