Commit 9167e51e by BellCodeEditor

save project

parent 644b6152
Showing with 6 additions and 2 deletions
stt = ["小鸡鸡", "173", "小傻***************", "大傻******************"]
# 八戒因为要回老家,转学了,请将八戒从班级
stt.remove("173")
stt.remove("小傻***************")
print(stt)
# 班上来了一个新同学,名叫"诺依",请将"诺依"加入到班级名单里面
stt.append("鸡")
stt.append("鸡")
print(stt)
#上准备开始辩论赛,分为红(red)、蓝(blue)组,
......
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