Commit 35c886bc by BellCodeEditor

save project

parent 201427f4
Showing with 6 additions and 9 deletions
score = {'语文':91,'数学':88,'英语':85} name=input("你叫啥名啊")
power=int(input("你臂力多少啊"))
# 请对字典进行遍历,将保存的分数以键值对的形式提取打印出来 hero=['赵一',30,'丁佮',37,'孙五',52,'王猛',89,'周亮',98,]
for i in range(len(hero)):
if i%2==1 and hero[i]>=power:
ame="刘强" \ No newline at end of file
power=66
here=["赵一",30,"丁",37,"孙五",52,"王猛",89,]
\ 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