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

题目内容 (请给出正确答案)

python中,’HELLO’*5的值是()

  • A、"HELLOHELLOHELLOHELLOHELLO"
  • B、""
  • C、"HELLO"
  • D、None

参考答案

更多 “python中,’HELLO’*5的值是()A、"HELLOHELLOHELLOHELLOHELLO"B、""C、"HELLO"D、None” 相关考题
考题 下列字符型常量Hello,world!表示方法中,错误的是______。A.[Hello,world!]B.'Hello,wOrld!'C.Hello,world!,D.{Hello,world!}

考题 下列不合法的Python变量名是() A.Python2B.N.xC.sumD.Hello_World

考题 下列选项中,()是正确的表达式。 A、% String s = “hello world ” ;%  B、% = “hello world ” ;% C、% = “hello world ” %  D、% ! “hello world ” %

考题 字节串b’hello world’和b’hello world.’的MD5值相差很小。

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

考题 在python中,下列是字典的是()A、"hello"B、"{}"C、{}D、[]

考题 Sql server提供了一些字符串函数,以下说法错误的是()。A、selec tright(’hello’,3)返回值为:helB、selec tltrim(rtrim(’hello’))返回值为:hello(前后都无空格)C、selec treplace(’hello’,’e’,’o’)返回值为:holloD、selec tlen(’hello’)返回值为:5

考题 变量l=‘hello world!’,则l[2:5]的值是()A、llB、lloC、heD、hello

考题 在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’)的值为()。

考题 表达式’hello world,hello wevery one’.replace(’hello’,’hi’)的值为()。

考题 ("%s"%"hello")的返回值是()A、helloB、%sC、%s%D、hello%

考题 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

考题 ‘HELLO’[:]值是()。A、"HELLOHELLOHELLOHELLOHELLO"B、""C、"HELLO"D、None

考题 单选题python中,’HELLO’*5的值是()A HELLOHELLOHELLOHELLOHELLOB C HELLOD None

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

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

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

考题 单选题python中,“hello”[:-1:]的值是()A ollehB helloC hellD o

考题 填空题表达式’hello world,hello wevery one’.replace(’hello’,’hi’)的值为()。

考题 单选题Sql server提供了一些字符串函数,以下说法错误的是()。A selec tright(’hello’,3)返回值为:helB selec tltrim(rtrim(’hello’))返回值为:hello(前后都无空格)C selec treplace(’hello’,’e’,’o’)返回值为:holloD selec tlen(’hello’)返回值为:5

考题 单选题SQL server提供了一些字符串函数,以下说法错误的是()。A selectright(’hello’,3)返回值为:helB selectltrim(rtrim(’hello’))返回值为:hello(前后都无空格)C selectreplace(’hello’,’e’,’o’)返回值为:holloD selectlen(’hello’)返回值为:5

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