(原始题序 1)Do you know where I can have my shirt ___ ? (正确答案:C)
A. shorten
B. shorting
C. shortened
只有 Python 扩展库是需要导入以后才能使用其中的对象,Python 标准库不需要导入就可以使用其中的对象和方法。( )
在 Python 中,已知表达式 A < B 的值为 False,那么表达式 A > B 值一定为 True。( )
以下选项中,不是 Python 中文件操作的相关函数的是 ( )。
A. open( )
B. read( )
C. load( )
D. write( )