第17785题 程序题
Python实现求长方形的面积与周长

具体要求:

  1. Python程序运行后,依次输入长方形的长(a)和宽(b);
  2. 根据输入的数字计算并输出长方形的面积和周长;
  3. 输出时需明确注明是面积还是周长。
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
编辑模式
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析