Commit 58ac3e07 by BellCodeEditor

save project

parent 624fc83b
Showing with 9 additions and 2 deletions
...@@ -11,4 +11,11 @@ blue = students[2:4] ...@@ -11,4 +11,11 @@ blue = students[2:4]
print(red,blue) print(red,blue)
message="123345" message="123345"
for i in message: for i in message:
print(i) print(i)
\ No newline at end of file
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