第17103题 单选
以下Python元组相关代码的执行结果为?
t=(11,25,36)
avg=sum(t)/len(t)
print(avg)
A

24

B

24.0

C

12

D

12.0

程序运行统计
暂无判题统计