Commit edfa3369 by BellCodeEditor

save project

parent 3972c07f
Showing with 12 additions and 10 deletions
score={'bjs':91,'bls':88,'bks':85} def new_input():
total = []
while True:
unit = iput("请输入(qtuichu) :")
if unit == "q":
break
else:
try:
unit = int(unit)
except:
total.append(unit)
for i in score:
print(i)
for key in score.keys():
print(key)
for value in score.values():
print(value)
for key,value in score.items():
print(key,value)
\ 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