Commit bbb0cd66 by BellCodeEditor

save project

parent 3d564eb3
Pipeline #8485 failed in 0 seconds
Showing with 5 additions and 2 deletions
...@@ -11,4 +11,7 @@ print(students) ...@@ -11,4 +11,7 @@ print(students)
red =students[0:2] red =students[0:2]
blue =students[2:4] blue =students[2:4]
print(red) print(red)
print(blue) print(blue)
\ No newline at end of file message = "诺依,周末一起去看漫展吧!"
for i in message:
print(i)
\ 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