Commit edb91b9d by BellCodeEditor

auto save

parent 08c03742
Showing with 4 additions and 3 deletions
s = {'b':77,'d':90,'q':90,'s':98} s = {'b':77,'d':90,'q':90,'s':98}
p = input('说') p = input('说')
g = input('说话') g = int(input('说话'))
if p in s: if p in s:
g>str(s['b']) if g>s[p]:
if g>str(s['b']):
s[p]=g s[p]=g
else:
s[p]=g
print(s) print(s)
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