原电池中的氧化还原反应达到平衡时,两电极的电势相等。
查看答案
在文件操作时,可以通过()操作来获得当前读写的位置。
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. 轴的最大极限尺寸和孔的最小极限尺寸