Commit be76dfa1 by BellCodeEditor

save project

parent 2a2362b9
Pipeline #12717 failed in 0 seconds
Showing with 4 additions and 10 deletions
arr = ["a","b","c"]
for i in range(3):
print(arr[i])
for i in arr:
message = "诺伊,周末一起看动漫展吧!"
for i in range(len(message)):
print(message[i])
for i in message:
print(i)
......@@ -17,9 +17,3 @@ for i in arr:
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