Commit 6204a8f4 by BellCodeEditor

auto save

parent 13250650
Showing with 16 additions and 0 deletions
# A={"a":3,"b":4,"c":9}
# B={"a":5,"b":2,"c":6}
# C={"a":45,"b":21,"c":62}
# sb={"张":A,"李":B,"王":C}
# while True :
# name = input("名字:")
# if name in sb :
# a = sb[name]
# print('*'*30)
# for k,v in a.items():
# print(k,v)
# break
# else:
# print('输入错误')
print("q"*"")
\ 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