登录
注册
首页
->
Python练习题
下载题库
以下程序的输出结果是( )。s="python\n编程\t很\t容易\t学"、print(len(s))
(A)20
(B)12
(C)5
(D)16
参考答案
继续答题:
下一题
更多Python练习题试题
1
下面代码的输出结果是( ) d = {'a':1,'b':2,'c':3}; print(d['c'])
2
扩展库pandas中Series对象的add_prefix()方法可以用于在每行索引前增加前缀。( )
3
直方图plt.hist(x,bins,rwidth),对bins描述正确的是()
4
关于Python语言的特点,以下选项中描述错误的是( )。
5
以下程序的输出结果是( ) x = ‘foo’ y = 2 print(x + y)
考试