相关题目
单选题
63.下面代码的输出结果是( )
s= "The python language is a cross platform language."
print(
单选题
62.下面代码的输出结果是( )
s = "The python language is a cross platform language.
print(s.find('language',30))
单选题
61.下列表达式中,与其他3个表达式的值不相同的是( )
单选题
60.将字符串"python”的首字母转换成大写,其他字母不变的方法函数为( )
单选题
59.下述代码的输出结果是( )
s = "Crystal"
print(s[::-1])
单选题
58.给出如下代码,可以输出" python "的是( )。
>>> s =' Python is beautifu1!'
单选题
57.下面代码的输出结果是( )
x=35.0
print( )
单选题
56.将字符型数据(整数或小数)转换成浮点数类型的函数是( )
单选题
55.若字符串s="a\nb\rc",则len( )的值是( )
单选题
54.下面代码的输出结果是( )
x,y= 10,3
print (
