普通会员
登录
首页
文库
真题
课件
教程
题库
Scratch真题
Python真题
信息学奥赛
蓝桥杯竞赛
机器人技术
信息素养大赛
试卷
Scratch试卷
蓝桥杯青少组考试
Python试卷
机器人技术考试
信息技术试卷
GESP试卷
信息学奥赛
信息素养大赛
资讯
软件下载
动态资讯
赛事动态
官方公告
题库
Python题库
题目列表
Python题库
共有 4216 道题
分类
Python等级考试六级 共319题
题目列表
单选题
下列有关该python代码的说法中,不正确的是?( )class Jdage(): def _...
2024年
6月
选择题
397
0
单选题
下列Python代码中,c.method1()和c.method2()的输出结果分别是?( )class Parent(): &n...
2024年
6月
选择题
386
0
单选题
下列Python代码的输出结果是?( )class MyClass(): def&...
2024年
6月
选择题
319
0
单选题
class Person(): def __init__(self, name, age...
2024年
6月
选择题
272
0
单选题
import sqlite3 conn = sqlite3.connect('mydatabase.db')  ...
2024年
6月
选择题
271
0
单选题
有如下python程序段:import csv file=open('data1.csv')file1=csv.reader(file) next(file1)...
2024年
6月
选择题
254
0
单选题
有如下python程序段:import random a=[0]*6 for i in range(1,6):  ...
2024年
6月
选择题
136
0
单选题
有如下python程序段:n=3 m=2 dp=[[0 for i in range(n)]for j in ran...
2024年
6月
选择题
119
0
单选题
import sqlite3 conn = sqlite3.connect('./mydb.sqlite') cur = conn.c...
2024年
6月
选择题
92
0
单选题
CREAT TABLE Users (id,name,password,role)关于上述Python语句,说法错误的是?( )
2024年
6月
选择题
113
0
上一页
1
2
3
...
6
7
8
9
10
11
12
...
30
31
32
下一页
搜索
题目类型
全部
单选题
多选题
判断题
填空题
问答题
组合题
标签
年份
2023年
2022年
2021年
2020年
2019年
2024年
2025年
月份
3月
6月
9月
12月
题型
选择题
判断题
编程题