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

题目内容 (请给出正确答案)

python中,type(‘hello’)的返回值是()

  • A、str
  • B、hello
  • C、hel
  • D、llo

参考答案

更多 “python中,type(‘hello’)的返回值是()A、strB、helloC、helD、llo” 相关考题
考题 表达式Mid(“Hello”,2,3)的值是()。 A、“ll”B、“llo”C、“ell”D、“ello”

考题 若要以加粗宋体、6号字显示“hello”以下用法中,正确的是:A、helloB、helloC、helloD、hello

考题 顺序执行下列程序语句后,则b的值是( )。 String a=Hello: String b=a.substring(0,2);A.HelloB.helloC.HelD.null

考题 若定义cin>>str;当输入Hello World!,所得的结果是str= ______。A.Hello World!B.HelloC.WorldD.Hello World

考题 下列哪种类型是Python的映射类型? A.strB.listC.tupleD.dict

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

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

考题 s=’hello world’,s[-4:]的值是()A、hellB、helloC、worldD、orld

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

考题 为了能调试hello.c程序需要在编译程序时将调试信息加入到可执行文件中,则执行()A、gcc–o hello hello.cB、gcc–g hello.c–o helloC、gcc hello.cD、gcc–b hello.c–o hello

考题 python中,查看python中数据类型的内置函数是()A、id()B、dir()C、list()D、type()

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

考题 设置当前系统提示符为:HELLO,应用()A、PROMPT$gB、PROMPT$HELLOC、PROMPT HELLO在DOS下试试D、VER 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

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

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

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

考题 语句Print Format("HELLO","")的输出结果是()A、HELLOB、helloC、HeD、he

考题 返回值为字符串的函数是()。A、StrB、ValC、LenD、Asc

考题 What is the output when the following shell script executes?()   cat;;foobar   Hello foobar   foobarA、 The contents of the file foobar.B、 HelloC、 No output but a file named foobar is created.D、 Hello foobarE、 Hello foobar foobar

考题 单选题python中,’HELLO’*5的值是()A HELLOHELLOHELLOHELLOHELLOB C HELLOD None

考题 单选题python中,’hello.count(’l’)的返回值是()A 1B 2C 3D 4

考题 单选题python中,’hellO’.lower()的返回值是A helloB HELLOC HelloD hellO

考题 单选题python中,type(‘hello’)的返回值是()A strB helloC helD llo

考题 单选题SQL server提供了一些字符串函数,以下说法错误的是()。A selectright(’hello’,3)返回值为:helB selectltrim(rtrim(’hello’))返回值为:hello(前后都无空格)C selectreplace(’hello’,’e’,’o’)返回值为:holloD selectlen(’hello’)返回值为:5