Commit 370ff4be by BellCodeEditor

save project

parent f4dd807d
Pipeline #5786 failed in 0 seconds
Showing with 3 additions and 7 deletions
students = ["sb", "SB", "sp", "SP"]
students.pop(2)
students.append("傻逼")
red=students[0:2]
bule=students[2:]
print(red)
print(bule)
lie=["黑耀星辰","暗夜奏鸣曲","三重幻境"]
for i in lie:
print(i)
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