Commit 5f7403c7 by BellCodeEditor

save project

parent 9ed87d41
Showing with 3 additions and 1 deletions
...@@ -9,4 +9,6 @@ for i in message: ...@@ -9,4 +9,6 @@ for i in message:
for i in range(len(message)): for i in range(len(message)):
print(message[i]) print(message[i])
a = "MC"
for i in range(len(a)):
print(a[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