单选题 Python中定义函数的关键字是( )。
A、class
B、def
C、global
D、Local
单选题 下列标识符中,合法的是( )。
A、helloWorld
B、2ndObj
C、hello#world
D、-helloworld
单选题 使用pip工具安装科学计算扩展库numpy的完整命令是( )。
A、pip install numpy
B、pip install --upgrade numpy
C、pip list
D、pip uninstall numpy
单选题 语句x = (3,)执行后x的值为( )。
单选题 下列表达式中,返回结果为True的是( )。
A、a=2; b=2; a=b
B、3>2>1
C、True and False
D、2 != 2
单选题 下列语句中,用来结束整个循环的是( )。
A、break
B、continue
C、pass
D、else
单选题 下列选项中,不属于Python3中的关键字是( )。
A、False
B、in
C、if
D、private