题目内容

在文件操作时,可以通过()操作来获得当前读写的位置。

A. read()
B. tell()
C. seek()
D. getcwd()

查看答案
更多问题

运行以下代码:f=open('text.txt','w')f.write("hello world!")f.write("\nhello Python!")f.close()f=open('text.txt','r')print(f.readline())f.close()

A. hello world!
B. helloPython!
C. hello world!hello Python!
D. hello world!hello Python!

判断文件是否可读用readable.

A. 对
B. 错

最小实体尺寸是 的统称。

A. 孔的最小极限尺寸和轴的最小极限尺寸
B. 孔的最大极限尺寸和轴的最大极限尺寸
C. 轴的最小极限尺寸和孔的最大极限尺寸
D. 轴的最大极限尺寸和孔的最小极限尺寸

下列论述正确的有 。

A. 孔的体内作用尺寸= 实际尺寸-形位误差
B. 孔的体内作用尺寸= 最大实体尺寸-形位公差
C. 轴的体内作用尺寸= 实际尺寸-形位误差
D. 轴的体内作用尺寸= 最大极限尺寸+形位误差

答案查题题库