Commit 496f5e04 by BellCodeEditor

auto save

parent 794c8649
Pipeline #8286 failed in 0 seconds
Showing with 11 additions and 2 deletions
......@@ -14,4 +14,13 @@ red = students[:2]
blue = students[2:]
print(red)
print(blue)
\ No newline at end of file
print(blue)
message = "6,六, "
for i in messge:
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