Commit eac43213 by BellCodeEditor

save project

parent b95f3dd9
Showing with 1 additions and 1 deletions
...@@ -4,4 +4,4 @@ x = ('输入你的成绩:') ...@@ -4,4 +4,4 @@ x = ('输入你的成绩:')
if k in cg: if k in cg:
if int(x) < cg[k]: if int(x) < cg[k]:
cg[k] = int(x) cg[k] = int(x)
print(k + '') print(k + '成绩是' + x)
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