Commit 462aa881 by BellCodeEditor

save project

parent 6ce79acd
Showing with 3 additions and 3 deletions
...@@ -4,5 +4,5 @@ l=len(message) ...@@ -4,5 +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)
i+=1 i+=1
\ No newline at end of file \ 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