网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
python中,“hello”[:-1:]的值是()
A

olleh

B

hello

C

hell

D

o


参考答案

参考解析
解析: 暂无解析
更多 “单选题python中,“hello”[:-1:]的值是()A ollehB helloC hellD o” 相关考题
考题 表达式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"[-1]返回值为"n"。

考题 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的值是()A HELLOHELLOHELLOHELLOHELLOB C HELLOD None

考题 单选题python中,’hello.count(’l’)的返回值是()A 1B 2C 3D 4

考题 单选题python中,max([1,2,3,4])的返回值是()A 4B 3C 2D 1

考题 单选题python中,p=‘hello world!’,则p[2:5]的值是()A llB lloC heD hello

考题 多选题在Python程序中,以下那个选项表示字符串型常量()。AhelloB“hello123”C“123”D“hello”

考题 单选题表达式”hello” instanceof String返回的值是哪项?()A  trueB  falseC  1D  0E  hello

考题 单选题python中,10//7的值是()A 0B 1C 2D 3

考题 多选题python中,下列不是布尔的值有()。ATrueBFalseC1D0

考题 填空题表达式’Hello world.I like Python.’.rfind(’python’)的值为()。