Commit eb52f70a by BellCodeEditor

save project

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