PROBLEM SET
题库
按难度与知识点筛选,找到适合的练习题。
题目列表
共 67434 题
A12234
Berland Fair
普及/提高-
--
A59995
以下代码实现将鼠标移到按钮上时按钮变红,鼠标移开时按钮变蓝,划线处的代码是?( )from tkinter import *
2024年-选择题
--
--
A12235
Vasya and Robot
普及/提高-
--
A59994
以下Python代码实现点击“点我”按钮,弹出信息“give flower”,划线处的代码是?( )import tkinter as tk
2024年-选择题
--
--
A12236
Vasya and Books
普及/提高-
--
A59993
使用tkinter模块,下列Python代码能创建一个输入框的是?( )
2024年-选择题
--
--
A12237
Diverse Substring
普及/提高-
--
A59992
执行以下Python代码,数据表中共有几条数据?( )import sqlite3
2024年-选择题
--
--
A12238
Algoland and Berland
普及/提高-
--
A59991
如下Python代码创建一个数据库表,表内有几个字段?( )import sqlite3
2024年-选择题
--
--
A12239
Odd Federalization
普及/提高-
--
A59990
以下哪个Python代码片段用于创建一个SQLite数据库mydatabase连接?( )
2024年-选择题
--
--
A12240
Video Posts
普及/提高-
--
A59989
运行以下Python代码输出的数据为?( )import sqlite3
2024年-选择题
--
--
A12241
Streets and Avenues in Berhattan
普及/提高-
--
A59988
以只读方式打开d:\myfile.txt文件的Python代码是?( )
2024年-选择题
--
--
A12242
Privatization of Roads in Berland
普及/提高-
--
A59987
在进行文件读写时,以下为非二进制文件的是?( )
2024年-选择题
--
--
A12243
BerOS File Suggestion
普及/提高-
--
A59986
程序填空:程序的输出结果如下图所示,程序空白处应该是?( ) with open("./text.txt","r",encoding='utf-8') as f
2024年-选择题
--
--