第13873题 判断题
判断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 }}%
答案解析