Commit 53fcdabf by BellCodeEditor

save project

parent 69665b6f
Showing with 14 additions and 5 deletions
......@@ -19,7 +19,17 @@
# 打印出臂力最强的三个人和他们对应的臂力值:
students=["wk","xb","bj","bq"]
students.remove("bj")
students.append("ny")
print(students)
\ No newline at end of file
# students=["wk","xb","bj","bq"]
# students.remove("bj")
# students.append("ny")
# print(students)
message='诺一,周末一起去看动漫展吧!'
for i in message:
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