PROBLEM SET
题库
按难度与知识点筛选,找到适合的练习题。
题目列表
共 67434 题
A13052
Hyakugoku and Ladders
普及/提高-
--
A59902
执行以下代码后,列表ls的元素个数多少个?( )ls=[1,2,3,['a',"b"]]
2024年-选择题
--
--
A13053
Shichikuji and Power Grid
普及/提高-
--
A59901
已知xs=(5,'女','北京大学'),该如何定义字符串geshi,才能在执行print(geshi%xs)后得到如下的运行结果?( ) 学号:000005 性别:女 学校名称: 北京大学
2024年-选择题
--
--
A13054
Constanze's Machine
普及/提高-
--
A61106
小圆同学想要创建空列表P,他可以通过以下哪条Python语句实现?( )
选择题
--
--
A13055
Restricted RPS
普及/提高-
--
A13056
Good ol' Numbers Coloring
普及/提高-
--
A13057
Running in Pairs
普及/提高-
--
A59900
month={1:'Jan',2:'Feb',3:'Mar',4:'Apr',5:'May',6:'Jun',7:'Jul',8:'Aug',9:'Sep',10:'Oct',11:'Nov',12:'Dec…
2024年-选择题
--
--
A13058
Chips
普及/提高-
--
A59899
以下Python程序段运行后打印的结果是?( )tp=('牢记历史', '不忘过去', '珍爱和平', '开创未来')
2024年-选择题
--
--
A13059
Minimizing Difference
普及/提高-
--
A59898
下列哪个Python程序不会陷入死循环?( )
2024年-选择题
--
--
A13060
Paint the Tree
普及/提高-
--
A59897
以下Python程序段执行后绘制出的图形是?( )import turtle as t
2024年-选择题
--
--
A13061
The Football Season
普及/提高-
--
A59896
如果有一个Python列表fruits = ['苹果', '香蕉', '樱桃'],小明想在'香蕉'和'樱桃'之间添加一个新的水果'桔子',他应该怎么做?( )
2024年-选择题
--
--
A13062
Rooms and Staircases
普及/提高-
--
A59895
执行Python语句print(list(range(1,5)))的输出结果是?( )
2024年-选择题
--
--