Commit 82acc274 by BellCodeEditor

save project

parent 39e292d7
Showing with 11 additions and 1 deletions
students=["悟空","小贝","八戒","波奇"]
students.remove("八戒")
print(students)
students.append("诺依")
red=students[:2]
blue=students[2:]
print(red)
print(blue)
\ No newline at end of file
# 古代测量臂力是靠不同重量的石锁,只能测整数哦。 # 古代测量臂力是靠不同重量的石锁,只能测整数哦。
# 最小的石锁是30公斤最大的石锁是100公斤,注意输入的数字哦 # 最小的石锁是30公斤最大的石锁是100公斤,注意输入的数字哦 然后不同意i'bi'o'i'o'i't'p'y'n'mi'o'p
# 请优化刚刚的代码,并增添交互效果,和自动输出最强三人信息的功能~ # 请优化刚刚的代码,并增添交互效果,和自动输出最强三人信息的功能~
# 问询处 # 问询处
......
++ "b/\346\234\213\345\217\213\343\200\202py"
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