Commit ddc89de8 by BellCodeEditor

save project

parent f23b364c
Showing with 12 additions and 6 deletions
dict={'a':3,'s':4,'t':1,'y':3} cost={'a':3,'s':4,'t':1,'y':3}
k=input('什么?') k=input('名称')
if k in dict: v=input('价钱')
print('微软仍然'+k+'贪腐官员贪腐古'+str(dict[k])+'股份分割预防脱发给他发给乙方同意过一天') if k in cost:
if float(v)<cost[k]:
cost[k]=float(v)
print(k+"降价"+v)
else:
print(k+'涨价')
else: else:
print('关于恢复辜负他有一天反应放热反应太多人') cost[k] = float(v)
\ No newline at end of file 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