Commit ded02687 by BellCodeEditor

save project

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