网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
python中,“hello”[:-1:]的值是()
- A、"olleh"
- B、"hello"
- C、"hell"
- D、"o"
参考答案
更多 “python中,“hello”[:-1:]的值是()A、"olleh"B、"hello"C、"hell"D、"o"” 相关考题
考题
下列程序的输出结果是( )。 #includediostream usingnamespacestd; intmain() { chara[]="Hell0,Test"; char*p=a; while(*p) { if(*p=a&&*p=z) coutchar(*p+A-a); elsecout*P; p++; } return0; }A.hello,testB.Hello,TestC.HELLO,TESTD.hELLO,tEST
考题
在VBA中,下列变量名中不合法的是( )。 A.HelloB.Hello WorldC.3hello
在VBA中,下列变量名中不合法的是( )。A.HelloB.Hello WorldC.3helloD.Hell0—World
考题
Sql server提供了一些字符串函数,以下说法错误的是()。A、selec tright(’hello’,3)返回值为:helB、selec tltrim(rtrim(’hello’))返回值为:hello(前后都无空格)C、selec treplace(’hello’,’e’,’o’)返回值为:holloD、selec tlen(’hello’)返回值为:5
考题
单选题python中,’helloworld’.split(’o’)的值是()A
[’hell’,’rld’]B
[’hell’,’w’,’rld’]C
[’hell’,’w’]D
[]
考题
单选题为了能调试hello.c程序需要在编译程序时将调试信息加入到可执行文件中,则执行()A
gcc–o hello hello.cB
gcc–g hello.c–o helloC
gcc hello.cD
gcc–b hello.c–o 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
考题
填空题表达式’Hello world.I like Python.’.rfind(’python’)的值为()。
热门标签
最新试卷