题目内容

以下不能创建一个字典的语句是( )

A. dic1={}
B. dic2={123:345}
C. dic3={[123]:‘uestc’}
D. dic4={(1,2,3):‘uestc’}

查看答案
更多问题

下列选项中,print("hello"+"+Python"),该语句的正确输出结果为()

A. helloPython
B. hello Python
C. hello+Python
D. hello+"+Python

下列Python中对注释的使用错误的是()

A. print("注释")
B. 输入字符串注释
C. <-Python人工智能->
D. ‘‘‘我喜欢用Python’’’
E. """注释"""

执行print("Today\nTomorrow")时,输出结果为()。

A. Today\nTomorrow
B. Today
C. Tomorrow
D. Today Tomorrow

下列选项中可以增加字符缩进效果的是()。

A. \n
B. \r\n
C. \t
D. \b

答案查题题库