Commit 9258afd7 by BellCodeEditor

save project

parent a548fb3f
Showing with 9 additions and 0 deletions
a={'香蕉':23,'苹果':38,'榴莲':200,'外星果':9999}
b={'香蕉':27,'苹果':68,'榴莲':700,'外星果':9993}
c={'香蕉':13,'苹果':43,'榴莲':245,'外星果':8777}
d={'香蕉':87,'苹果':30,'榴莲':190,'外星果':10000}
abcd={'王大妈':a,'狗二蛋':b,'刘阿姨':c,'赵老头':d}
m=abcd['王大妈']
for k,v in m.items():
print(k,v)
\ 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