第12089题 单选题
下列哪个表达式填入程序问号处无法计算出长方形游泳池的周长

小会的学校有一个长方形游泳池,如图1所示,需要计算游泳池的周长,小会编写了如下Python程序:

a = 50
b = 25
zhouchang = ?
print('周长=', zhouchang)

长方形游泳池示意图

{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析