单选题 下列选项中,定义函数名正确的是()

A、 print
B、 、01_test
C、 $__add$
D、 、register
下载APP答题
由4l***md提供 分享 举报 纠错

相关试题

单选题 下列选项中,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

单选题 Python3中共有()个关键字。

A、35
B、28
C、33
D、45

单选题 下列选项中,表示数学关系式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、 “””

单选题 下列数值中,不属于整数类型的是()。

A、3.14
B、-28
C、0x80
D、28

单选题 下列选项中,用来确定Python代码之间的逻辑关系是()。

A、{ }
B、( )
C、[ ]
D、缩进