Commit 58ac3e07 by BellCodeEditor

save project

parent 624fc83b
Showing with 8 additions and 0 deletions
...@@ -12,3 +12,10 @@ print(red,blue) ...@@ -12,3 +12,10 @@ print(red,blue)
message="123345" message="123345"
for i in message: for i in message:
print(i) print(i)
i=0
while i<len(message):
print(message[i])
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