表达式’Hello world’.lower()的值为()。

表达式’Hello world’.lower()的值为()。


相关考题:

表达式1+2+"hello"+8的值为( )。A.12hello8B.3hello8C.12helloD.不能运算

下列字符型常量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 ” %

已知x=’hello world.’,那么表达式x.find(’x’)和x.rfind(’x’)的值都为()。

表达式’Hello world’.lower().upper()的值为()。

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

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

如何在警告框中写入 "Hello World"?()A、alertBox="Hello World" B、msgBox("Hello World") C、alert("Hello World") D、alertBox("Hello World")

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

s=’helloworld’,s[4:]的值是()A、’hell’B、’hello’C、’world’D、world’

表达式’Hello world’.swapcase().swapcase()的值为。

表达式’Hello world!’[-2]的值为()A、wB、dC、lD、r

表达式’Hello world!’[-4:]的值为()。

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

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

’python’-"python"()的值是()A、报错B、"Hello world"C、"hello World"D、"hello world"

python中,’hellO’.lower()的返回值是A、helloB、HELLOC、HelloD、hellO

写“Hello World”的正确javascript语法是()A、document.write("Hello World")B、"Hello World"C、response.write("Hello World")D、("Hello World")

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;

判断题字节串b’hello world’和b’hello world.’的MD5值相差很小。A对B错

填空题表达式’Hello world’.lower()的值为()。

填空题表达式’Hello world’.upper()的值为()。

填空题已知x=’hello world.’,那么表达式x.find(’x’)和x.rfind(’x’)的值都为()。

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

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

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

填空题表达式’Hello world’.lower().upper()的值为()。