题库 651 道题目
651 道题目, 当前第 23 / 44 页
321
输入:hello world,程序将会输出什么?( )( )
Python 单选题 L5 2024年
320
下列选项中,可以输出:“hello”的是?( ) ( )
Python 单选题 L5 2024年
319
Python解释器执行'AB2C3D'.lower().title()的结果是(...
Python 单选题 L5 2024年
318
已知字符串s = "编程Python",执行s[2:]的结果是( )
Python 单选题 L4 2024年
317
已知字符串s = "Hello World", print(s.replace...
Python 单选题 L4 2024年
316
执行语句print("abc".find("d") + 10)的输出结果是( )
Python 单选题 L4 2024年
315
执行语句print("人工智能".count("智") + "大数据".coun...
Python 单选题 L4 2024年
314
执行语句print(bool("0") and bool([]) or bool...
Python 单选题 L4 2024年
313
下列关于Python循环else子句的说法,正确的是( )
Python 单选题 L4 2024年
312
已知字符串s = " Python编程基础 ",执行s.strip().re...
Python 单选题 L4 2024年
311
写快速排序算法程序,按照要求完成。 编程要求: (1)创建一个列表“待排序”...
scratch 编程题 L3 2024年
310
编写角色对话系统,按照要求完成。 编程要求: (1)创建两个角色(小猫和小狗...
scratch 编程题 L3 2024年
309
运行下图程序后,舞台上共有多少个角色实例(包括本体)?( )
scratch 单选题 L3 2024年 题号:__custom__
308
运行程序后,如果列表“颜色”包含“红色”,角色会说什么?( )
scratch 单选题 L3 2024年 题号:__custom__
307
在Scratch中,哪个积木可以获取列表中的项目数量?( )
scratch 单选题 L3 2024年 题号:__custom__