第25419题 判断题
判断N=10时给定Python print语句的输出结果是否正确

已知变量N已被赋值为10,执行如下Python语句:

print(N // 3, N % 3, N ** 3, sep = "->", end = "END")

判断该语句执行后输出为3->1->1000->END的表述是否正确。

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