单选题

科技社团需要输出每个成员的姓名、年龄、身高信息。

print("%s 年龄是 %d 身高是 %.2f" %info_tuple)

与之相对应的元组赋值语句是?( )

A

info_tuple=(12,"小明",1.65)

B

info_tuple=(11,1.58,"小华")

C

info_tuple=("小彬",1.62,13)

D

info_tuple=("小科",12,1.55)

赣ICP备20007335号-2