现有程序:listA=[("math",80),("chinese",90),("phyical",96)]classes,score=zip(*listA)a,b,c=scoreprint(c)输出为:()


现有程序:listA=[("math",80),("chinese",90),("phyical",96)]classes,score=zip(*listA)a,b,c=scoreprint(c)输出为:()

A.math

B.chinese

C.96

D.90

正确答案:C


Tag:Python程序设计基础 程序 时间:2022-07-07 15:45:18