len(‘helloworld’)的值是()。
第1题:
python中,’helloworld’.split(’o’)的值是()
第2题:
下面这段代码的运行结果是()。 Dim MyStringBuilder As New StringBuilder("Hello World!") MyStringBuilder.Replace("!"c, "?"c) Console.WriteLine(MyStringBuilder)
第3题:
表达式isinstance(’Helloworld’,str)的值为()。
第4题:
函数LEN(STR(12345678901))的返回值是();函数LEN(DTOC(DATE()))的返回值为()。
第5题:
在文档上输出"HelloWorld"的正确Javascript语法是document.write("HelloWorld")。()
第6题:
‘helloworld’.split(‘o’)的值是()。
第7题:
[’hell’,’rld’]
[’hell’,’w’,’rld’]
[’hell’,’w’]
[]
第8题:
alert(HelloWorld)
console.log(HelloWorld)
document.log(HelloWorld)
document.write(HelloWorld)
第9题:
HELLOWORLD
Helloworld
helloWorld
helloworld
第10题:
hell
hello
world
orld
第11题:
第12题:
[‘hell’,‘rld’]
[‘hell’,‘w’,‘rld’]
[‘hell’,‘w’]
[]
第13题:
函数len("Hello")的值为()
第14题:
s=’helloworld’,s[4:]的值是()
第15题:
函数LEN("This is my book.")的值的类型是()。
第16题:
‘helloWorld’.upper()的值是()。
第17题:
在网页页面上输出"HelloWorld"的正确Javascript语法是()。
第18题:
表达式Abs(len(str(123.667))-Len(str(-2.000005)))的值是()。
第19题:
9
10
11
12
第20题:
第21题:
第22题:
0
2
1
-1
第23题: