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

题目内容 (请给出正确答案)
单选题
python中,’hellO’.lower()的返回值是
A

hello

B

HELLO

C

Hello

D

hellO


参考答案

参考解析
解析: 暂无解析
更多 “单选题python中,’hellO’.lower()的返回值是A helloB HELLOC HelloD hellO” 相关考题
考题 Python2.x和Python3.x中input()函数的返回值都是字符串。此题为判断题(对,错)。

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

考题 python中,函数的返回值的关键字是()A、replaceB、indexC、findD、return

考题 python中,’HELLO’*5的值是()A、"HELLOHELLOHELLOHELLOHELLO"B、""C、"HELLO"D、None

考题 "python"[-1]返回值为"n"。

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

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

考题 在Python中定义函数时不需要声明函数的返回值类型。

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

考题 python中,“hello”[:-1:]的值是()A、"olleh"B、"hello"C、"hell"D、"o"

考题 python中,"zhongGuo".lower()的值是()A、"zhongguo"B、"ZHONGGUO"C、"Zhongguo"D、程序异常

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

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

考题 不管输入什么,Python 3.x中input( )函数的返回值总是字符串。

考题 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中,’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”

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

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

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

考题 单选题Which SELECT statement will the result ‘ello World’ from the string ‘Hello World’?()A SELECT SUBSTR( ‘Hello World’,1) FROM dual;B SELECT INITCAP(TRIM (‘Hello World’, 1,1)) FROM dual;C SELECT LOWER(SUBSTR(‘Hello World’, 1, 1) FROM dual;D SELECT LOWER(SUBSTR(‘Hello World’, 2, 1) FROM dual;E SELECT LOWER(TRIM (‘H’ FROM ‘Hello World’)) FROM dual;

考题 单选题python中,"zhongGuo".lower()的值是()A zhongguoB ZHONGGUOC ZhongguoD 程序异常