Commit 659d1e6d by BellCodeEditor

save project

parent 3de0f002
Showing with 4 additions and 8 deletions
...@@ -2,16 +2,12 @@ s1= {"语文":91,"数学":88,"英语":85} ...@@ -2,16 +2,12 @@ s1= {"语文":91,"数学":88,"英语":85}
s2= {"语文":90,"数学":78,"英语":85} s2= {"语文":90,"数学":78,"英语":85}
s3= {"语文":91,"数学":86,"英语":88} s3= {"语文":91,"数学":86,"英语":88}
s={"悟空"s1,"诺伊"s2,"小贝":s3} s={"悟空"s1,"诺伊"s2,"小贝":s3}
name=input("")
b=a.[name]
for k,v in B tiems()
print(k,v)
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