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