Commit 6eb943d5 by BellCodeEditor

auto save

parent 79353ebc
Pipeline #2773 failed in 0 seconds
Showing with 12 additions and 0 deletions
message = "距离我西南十五公里的地方我埋了一箱财宝"
for i in message:
print(i)
\ No newline at end of file
students = ["悟空","小贝","汤姆","杰瑞"]
students.remove('杰瑞')
print(students)
red = students[0:2]
blue = students[2:4]
print("红队",red)
print("蓝队",blue)
\ 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