Commit fe39224a by BellCodeEditor

save project

parent cb0943a4
Showing with 12 additions and 0 deletions
import random
分数={'崔':random.randint(80,100),'沈':random.randint(50,90),'曾':random.randint(60,90)}
print(分数)
score=100
name=''
for k,v in 分数.items():
if v<score:
score=v
name=k
分数.pop(name)
print(分数)
\ 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