Commit a69c4383 by BellCodeEditor

save project

parent 6a11c326
Showing with 7 additions and 0 deletions
dict={'coke':30,'wangzhai':40,'nfsq':10,"latiao":20,'guodong':40,"leshi":0.1}
j=input("抢劫")
if j in dict:
print(str('交钱',j,(dict[j]),"元"))
else:
print("11111111")
\ 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