题目内容

print('input', 'output', sep = '&', end = '……')运行结果为:input&output……

A. 对
B. 错

查看答案
更多问题

Python允许在一行写多条语句,但两条语句之间必须用分号“,”隔开。

A. 对
B. 错

print("I'm learning Python.");print();print('I study hard!')输出结果为:I'm learning Python.I study hard!

A. 对
B. 错

print('c:\now')运行结果为:c:\now

A. 对
B. 错

绘制平面图时,采用1:100的比例,某窗宽为2100mm,则其图中标注的数值为21mm。

A. 对
B. 错

答案查题题库