考题
表达式1+2+"hello"+8的值为( )。A.12hello8B.3hello8C.12helloD.不能运算
考题
表达式”hello”instanceofString返回的值是哪项?()
A.trueB.falseC.1D.0E.hello
考题
假设已成功导入Python标准库string,那么表达式len(string.digits)的值为()。
考题
已知x=’hello world.’,那么表达式x.find(’x’)和x.rfind(’x’)的值都为()。
考题
python中,p=‘hello world!’,则p[2:5]的值是()A、llB、lloC、heD、hello
考题
表达式’Hello world’.swapcase().swapcase()的值为。
考题
python中,“hello”[:-1:]的值是()A、"olleh"B、"hello"C、"hell"D、"o"
考题
表达式’Hello world’.lower()的值为()。
考题
表达式’Hello world.I like Python.’.rfind(’python’)的值为()。
考题
表达式’hello world,hello wevery one’.replace(’hello’,’hi’)的值为()。
考题
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"
考题
已知f=lambda n:len(bin(n)[bin(n).rfind(’1’)+1:]),那么表达式f(7)的值为()。
考题
python中,’hellO’.lower()的返回值是A、helloB、HELLOC、HelloD、hellO
考题
表达式max(‘hello’)的值是()。A、hB、eC、lD、o
考题
表达式”hello” instanceof String返回的值是哪项?()A、 trueB、 falseC、 1D、 0E、 hello
考题
单选题python中,p=‘hello world!’,则p[2:5]的值是()A
llB
lloC
heD
hello
考题
填空题已知f=lambda n:len(bin(n)[bin(n).rfind(’1’)+1:]),那么表达式f(6)的值为()。
考题
单选题python中,字典x={‘a’:‘boy’,‘c’:‘girl’},那么表达式‘a’inx的值为()A
0B
1C
TrueD
False
考题
单选题python中,“hello”[:-1:]的值是()A
ollehB
helloC
hellD
o
考题
填空题表达式’Hello world.I like Python.’.rfind(’python’)的值为()。
考题
单选题python中,表达式’abcab’.replace(’a’,’yy’)的值为()A
yybcyybB
abcC
yyabD
abcyy
考题
填空题假设已成功导入Python标准库string,那么表达式len(string.digits)的值为()。
考题
填空题表达式len(’hello world’[100:])的值为()。
考题
填空题表达式’Hello world’.upper()的值为()。
考题
填空题已知x=’hello world.’,那么表达式x.find(’x’)和x.rfind(’x’)的值都为()。
考题
填空题表达式’hello world,hello wevery one’.replace(’hello’,’hi’)的值为()。