Commit e0e04170 by BellCodeEditor

auto save

parent 5eaaf827
Showing with 8 additions and 3 deletions
......@@ -8,6 +8,3 @@ for i in range(len(list_hero)):
list_hero.insert(i,power)
break
print(list_hero)
# 请注释掉上面的代码,并在下一行创建一个名为dict_hero的字典
dict_hero=
print(dict_hero)
while True:
a={'谷歌':200000000000,'阿里巴巴':2323408537,'她':0.01,'蜜雪冰城':2123123124,'大嘴巴子':-10,'哥哥':11928261533994567456725424567245}
b=input('你要买神马')
if b in a:
print('宁要的'+b+'要'+str(a[b])+'美元')
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