Commit 7692af34 by BellCodeEditor

auto save

parent 28cf5912
Showing with 8 additions and 2 deletions
......@@ -15,4 +15,4 @@ for i in range(len(hero)):
hero.insert(i,power)
break
# 打印出臂力最强的三个人和他们对应的臂力值:
print(hero)
\ No newline at end of file
print(hero[-6:len(hero)])
\ No newline at end of file
oushu=int(input( "请输入数字:"))
if oushu%2==0:
print("这个数字是偶数")
else:
print("这个数字不是偶数")
\ 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