Commit 79fcfbe2 by BellCodeEditor

save project

parent 38c0dab9
Showing with 12 additions and 1 deletions
score = {"语文":91,"数学":88,"英语":85}
s1= {"语文":91,"数学":88,"英语":85}
s2= {"语文":90,"数学":78,"英语":85}
s3= {"语文":91,"数学":86,"英语":88}
s={"悟空"s1,"诺伊"s2,"小贝":s3}
while True:
name = input("名字: ")
if name in score :
print("*"*30)
for k,v in score.items():
print(k,v)
# 请将"农夫山泉"删掉,并打印出新的商品信息
......
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