Commit ff034616 by BellCodeEditor

save project

parent 73340eb9
Showing with 6 additions and 1 deletions
...@@ -3,5 +3,10 @@ WAI2={'语文':90,'数学':91,'英语':85} ...@@ -3,5 +3,10 @@ WAI2={'语文':90,'数学':91,'英语':85}
WAI3={'语文':93,'数学':100,'英语':89} WAI3={'语文':93,'数学':100,'英语':89}
# 请对字典进行遍历,将保存的分数以键值对的形式提取打印出来 # 请对字典进行遍历,将保存的分数以键值对的形式提取打印出来
xax={'易烊千玺':WAI1,'王一博':WAI2,'范丞丞':WAI3} xax={'易烊千玺':WAI1,'王一博':WAI2,'范丞丞':WAI3}
xin=input[] ixx=input("老公,把你名字输下,就可以领一个nu朋友了,mm哒 名字:")
if ixx in xax:
info=xax[ixx]
for k,v in ixx.items:
else:
print("bing 这是你女朋友滴成绩,如果不满意,按p换一个")
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