Commit a2776b5f by BellCodeEditor

save project

parent 61f2967f
Pipeline #8357 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[:2] red = students[:2]
blue = students[2:] blue = students[2:]
print(red) print(red)
print(blue) print(blue)
\ No newline at end of file message = "诺依,周末一起去看动漫展吧!"
for i in mesage:
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