登录
注册
首页
->
Python期末
下载题库
Range(1,9,2)相当于以下那个序列( )
(A)[1,3,5,7,9]
(B) [1,3,5,7]
(C) [1,2,3,4,5,6,7,8,9]
参考答案
继续答题:
下一题
更多Python期末试题
1
Python程序的文件扩展名为:
2
读取数据库的操作有_______、_________、_________。
3
下面代码运行的结果是什么() input("(" + str(int("35") - int("20")) + "+" + str(4) + ") " + "*" + str (int("8")) + "=")
4
以下对递归描述错误的是( )
5
Python语句s1 = "this is example".n=s1.find("i")依次执行后,n的值为( )。
考试