Commit 2df6c0cf by BellCodeEditor

save project

parent cf054258
Showing with 1 additions and 1 deletions
...@@ -4,4 +4,4 @@ i=0 ...@@ -4,4 +4,4 @@ i=0
while i<len(message): while i<len(message):
message[i] message[i]
i+=1 i+=1
print(message) print(message[i])
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