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!}
下列选项中,()是正确的表达式。 A、% String s = “hello world ” ;% B、% = “hello world ” ;% C、% = “hello world ” % D、% ! “hello world ” %
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提供了一些字符串函数,以下说法错误的是()。Aselec tright(’hello’,3)返回值为:helBselec tltrim(rtrim(’hello’))返回值为:hello(前后都无空格)Cselec treplace(’hello’,’e’,’o’)返回值为:holloDselec tlen(’hello’)返回值为:5
单选题SQL server提供了一些字符串函数,以下说法错误的是()。Aselectright(’hello’,3)返回值为:helBselectltrim(rtrim(’hello’))返回值为:hello(前后都无空格)Cselectreplace(’hello’,’e’,’o’)返回值为:holloDselectlen(’hello’)返回值为:5
填空题表达式’Hello world.I like Python.’.rfind(’python’)的值为()。