表达式1+2+"hello"+8的值为( )。A.12hello8B.3hello8C.12helloD.不能运算
表达式”hello”instanceofString返回的值是哪项?() A.trueB.falseC.1D.0E.hello
下列不合法的Python变量名是() A.Python2B.N.xC.sumD.Hello_World
python中,max([1,2,3,4])的返回值是()A、4B、3C、2D、1
python中,p=‘hello world!’,则p[2:5]的值是()A、llB、lloC、heD、hello
在python中,下列是字典的是()A、"hello"B、"{}"C、{}D、[]
在Python程序中,以下那个选项表示字符串型常量()。A、helloB、“hello123”C、“123”D、“hello”
python中,“hello”[:-1:]的值是()A、"olleh"B、"hello"C、"hell"D、"o"
表达式’Hello world.I like Python.’.rfind(’python’)的值为()。
python中,10//7的值是()A、0B、1C、2D、3
python中,type(‘hello’)的返回值是()A、strB、helloC、helD、llo
python中,’hello.count(’l’)的返回值是()A、1B、2C、3D、4
’python’-"python"()的值是()A、报错B、"Hello world"C、"hello World"D、"hello world"
python中,’hellO’.lower()的返回值是A、helloB、HELLOC、HelloD、hellO
python中,下列不是布尔的值有()。A、TrueB、FalseC、1D、0
"python"+"!!"的值是()。A、"python"B、"!!"C、"python!!"D、""
表达式”hello” instanceof String返回的值是哪项?()A、 trueB、 falseC、 1D、 0E、 hello
单选题python中,’HELLO’*5的值是()AHELLOHELLOHELLOHELLOHELLOBCHELLODNone
单选题python中,’hello.count(’l’)的返回值是()A1B2C3D4
单选题python中,max([1,2,3,4])的返回值是()A4B3C2D1
单选题python中,p=‘hello world!’,则p[2:5]的值是()AllBlloCheDhello
多选题在Python程序中,以下那个选项表示字符串型常量()。AhelloB“hello123”C“123”D“hello”
单选题表达式”hello” instanceof String返回的值是哪项?()A trueB falseC 1D 0E hello
单选题python中,10//7的值是()A0B1C2D3
单选题python中,“hello”[:-1:]的值是()AollehBhelloChellDo
多选题python中,下列不是布尔的值有()。ATrueBFalseC1D0
填空题表达式’Hello world.I like Python.’.rfind(’python’)的值为()。