Commit 335b5683 by BellCodeEditor

save project

parent 5f7c1490
Showing with 7 additions and 0 deletions
...@@ -2,3 +2,10 @@ students["小名","小刘","小想","小坤"] ...@@ -2,3 +2,10 @@ students["小名","小刘","小想","小坤"]
message="小名,周末一起去看动漫展吧" message="小名,周末一起去看动漫展吧"
for i in message: for i in message:
print(1) print(1)
Length = Len(message)
i = 0
while i <Length:
element = message[i]
print(element)
i +=1
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