题目内容

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. 错

长仿宋体字的书写要领:横平竖直、起落分明、填满方格、结构匀称。

A. 对
B. 错

result=530.789print("{0:.8s}".format(result))

A. 530.8
B. 530.9
C. 530.78
D. 530.7

答案查题题库