Commit 2d218db9 by BellCodeEditor

save project

parent 9ed85b40
Showing with 20 additions and 0 deletions
cost={'理智':15,'putao':9.5}
k=input('ttttttt:')
v=input('gsghhh:')
if k in cost:
if float(v)<cost[k]:
cost[k]=float(v)
print(k+'ttt'+v+'an')
else:
print(k+'ffff')
else:
cost[k] =float(v)
print(k+'nnn'+v+'wwww')
\ No newline at end of file
dict= {'快乐水':3,'靓仔牛瘪':4,'农夫山贼':,1,'塑料':3,'吆西烤肉':2,'喜之娘':4,'奥利给':10}
k=input('can I heip you')
if k in dict:
print('ttt'+k+'qqq'+str(dict[k])+'u')
else:
print('hhhhh')
\ 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