登录
注册
首页
->
Python练习题
下载题库
若a=10,b=20,那么(a and b)结果为______
答:20
继续答题:
下一题
更多Python练习题试题
1
Python内置的集成开发工具是( )。
2
给定字典d,以下选项中对x in d的描述正确的是( )
3
以下程序的输出结果是( )ls =list("the sky is blue") a = ls.index(s,5,10) print(a)
4
list1=[1,2,3,4],执行语句list1.append(5)后,list1的值为()
5
扩展库pandas的DataFrame数据中的日期数据列支持dt接口,该接口提供了dayofweek、dayofyear、is__year、quarter、weekday_name等属性和方法。( )