在Python中,导入模块或模块中的对象应该使用关键字()。
A. using
B. import
C. class
D. def
查看答案
能够在Python代码中实现注释功能的是()。
A.
B. *
C. %
D. @
print()中终止符(end)的默认值是()。
A. '\f'
B. '\t'
C. '\r'
D. '\n'
Python 3.X中默认的编码类型是()。
ASCII
B. GB2312
C. UTF-8
D. Unicode
下列标识符中,合法的是( )。
A. helloWorld
B. 2ndObj
C. hello
D. wold
E. _helloworld!