Commit edaeab64 by BellCodeEditor

save project

parent 6542c5f7
Showing with 11 additions and 5 deletions
s1={"语":80,"数":90,"外":85}
s2={"语":84,"数":88,"外":77}
s3={"语":100,"数":100,"外":100}
total=[]
def dsh():
while True:
unit=input("请输入:")
if unit=='q':
break
else:
total.append(unit)
dsh()
print(total)
classroom={"张三":s1,"李四":s2,"王五":s3}
\ 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