Commit 290913fe by BellCodeEditor

auto save

parent 9c7574fe
Showing with 13 additions and 0 deletions
cost={'aaa':5.2,'jjj':12.9,'fff':2.4,'ppp':15,'eee':9.3,'rrr':8,'ttt':10,'bbb':8}
k=input('what?')
v=input('how many?')
if k in cost:
if float(v)<cost[k]:
cost[k]=flost(v)
print(k+'On,yes!')
eles:
print(k+'On,no!')
eles:
cost[k]=float(v)
print(k+'ccccccc!'+v+'kkkkkkk~')
\ 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