python中,’HELLO’*5的值是()
第1题:
python中,p=‘hello world!’,则p[2:5]的值是()
第2题:
Sql server提供了一些字符串函数,以下说法错误的是()。
第3题:
在Python程序中,以下那个选项表示字符串型常量()。
第4题:
表达式’Hello world.I like Python.’.rfind(’python’)的值为()。
第5题:
("%s"%"hello")的返回值是()
第6题:
python中,’hello.count(’l’)的返回值是()
第7题:
python中,’hellO’.lower()的返回值是
第8题:
HELLOHELLOHELLOHELLOHELLO
HELLO
None
第9题:
ll
llo
he
hello
第10题:
olleh
hello
hell
o
第11题:
selec tright(’hello’,3)返回值为:hel
selec tltrim(rtrim(’hello’))返回值为:hello(前后都无空格)
selec treplace(’hello’,’e’,’o’)返回值为:hollo
selec tlen(’hello’)返回值为:5
第12题:
第13题:
在python中,下列是字典的是()
第14题:
变量l=‘hello world!’,则l[2:5]的值是()
第15题:
python中,“hello”[:-1:]的值是()
第16题:
表达式’hello world,hello wevery one’.replace(’hello’,’hi’)的值为()。
第17题:
python中,type(‘hello’)的返回值是()
第18题:
’python’-"python"()的值是()
第19题:
‘HELLO’[:]值是()。
第20题:
1
2
3
4
第21题:
hello
“hello123”
“123”
“hello”
第22题:
第23题:
selectright(’hello’,3)返回值为:hel
selectltrim(rtrim(’hello’))返回值为:hello(前后都无空格)
selectreplace(’hello’,’e’,’o’)返回值为:hollo
selectlen(’hello’)返回值为:5