Commit ab06c175 by BellCodeEditor

save project

parent a021c7ff
Showing with 7 additions and 3 deletions
# 直接运行以下代码,说说你的发现 # 直接运行以下代码,说说你的发现
dict = {'A':30,'B':37,'C':52,'D':89,'E':98} dict = {'A':30,'B':37,'C':52,'D':89,'E':98}
if "A" in dict: f = input("你想要什么啊?")
print(dict["A"])
\ No newline at end of file if f in dict:
print("好的,"+f+"一共"+1000000000000000000+"元")
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