单选题 下列选项中,Python支持的数据类型是( )
A、 string
B、 char
C、 float
D、dictionary
单选题 下面选项中,不能正确引入模块的是()。
A、import math
B、from math import sqrt
C、from math import ∗
D、from sqrt import math
单选题 下列选项中,表示数学关系式5<x≤12的是()。
A、5<x<=12
B、5<x $ x<=12
C、5<x && x<=12
D、5<x or x<=12
单选题 下列关于Python的说法中,错误的是( )
A、Python是从ABC发展起来的
B、Python是一门高级的计算机语言
C、Python只能通过面向过程编程
D、Python是一种代表简单主义思想的语言
单选题 下列符号中,表示Python中单行注释的是( )
A、 #
B、 //
C、<!-- -->
D、 “””
单选题 下列选项中,用来确定Python代码之间的逻辑关系是()。