APP下载
首页
>
IT互联网
>
python单选题题目练习题
搜索
python单选题题目练习题
题目内容
(
单选题
)
13.假设现在有两个变量分别是 x 和 y,其中 x=3,y=5,以下选项中()不能交换两个变量中的值。

A、 t=x x=y y=t

B、 x,y=y,x

C、 x=y y=x

D、 x=x+y y=x-y x=x-y

答案:C

python单选题题目练习题
9.定义如下的函数,下面哪种函数调用会出错( )
https://www.shititong.cn/cha-kan/shiti/0000ce1a-ebf2-0288-c097-d7557377b600.html
点击查看题目
40.下列叙述中正确的是( )。
https://www.shititong.cn/cha-kan/shiti/0013f87f-ca8f-aab7-c059-334faf761700.html
点击查看题目
14.在 WPS 表格编制的员工工资表中,刘会计希望选中所有应用了计算公式的单元格,最优的操作方法是( )。
https://www.shititong.cn/cha-kan/shiti/0013f87f-ca8f-15ed-c059-334faf761700.html
点击查看题目
31.下面不属于软件测试实施步骤的是( )。
https://www.shititong.cn/cha-kan/shiti/0013f87f-ca90-b0a5-c059-334faf761700.html
点击查看题目
38.分时操作系统不具备的特点是( )。
https://www.shititong.cn/cha-kan/shiti/0013f87f-ca8f-a6ea-c059-334faf761700.html
点击查看题目
20.a=10b=2下列表达式结果为 True 的是 。
https://www.shititong.cn/cha-kan/shiti/0000ce1a-ebde-6f3b-c097-d7557377b600.html
点击查看题目
4.对于序列 numbers=[1,2,3,4,5,6,7,8,9,10],以下相关操作中哪一个得到的结果中包含数字 6?
https://www.shititong.cn/cha-kan/shiti/0000ce1a-ebe3-0035-c097-d7557377b600.html
点击查看题目
37.设某棵树的度为 3,其中度为 3,2,1 的结点个数分别为 3,0,4。则该树中的叶子结点数为
https://www.shititong.cn/cha-kan/shiti/0013f87f-ca90-3182-c059-334faf761700.html
点击查看题目
4. (单选题)下面程序中,g2的编码是( )。n='大数据'g=n.encode('gbk')g2=g.decode("gbk").encode("utf-8")
https://www.shititong.cn/cha-kan/shiti/0001ea4b-9612-5041-c037-080df8004300.html
点击查看题目
14.下列表达式运行后,的结果是 False。( )
https://www.shititong.cn/cha-kan/shiti/0000ce1a-ebcd-3ecd-c097-d7557377b600.html
点击查看题目
首页
>
IT互联网
>
python单选题题目练习题
题目内容
(
单选题
)
手机预览
python单选题题目练习题

13.假设现在有两个变量分别是 x 和 y,其中 x=3,y=5,以下选项中()不能交换两个变量中的值。

A、 t=x x=y y=t

B、 x,y=y,x

C、 x=y y=x

D、 x=x+y y=x-y x=x-y

答案:C

python单选题题目练习题
相关题目
9.定义如下的函数,下面哪种函数调用会出错( )

A.  P(a3=10,a1=10)

B.  P(10)

C.  P(10,a3=10)

D.  P(a2=10,a3=10)

https://www.shititong.cn/cha-kan/shiti/0000ce1a-ebf2-0288-c097-d7557377b600.html
点击查看答案
40.下列叙述中正确的是( )。

A. 处于就绪状态的进程只能有一个

B. 处于运行状态的进程当运行时间片用完后将转换为阻塞状态

C. 进程创建完成后即进入运行状态

D. 进程控制块 PCB 是进程存在的唯一标志考计算机二级,就用小黑课堂 APP24 年 9 月考试适用关注公众号:小黑课堂计算机二级 WPS 回复:必备课程获取全套真题讲解视频+考点精讲+答疑服务

https://www.shititong.cn/cha-kan/shiti/0013f87f-ca8f-aab7-c059-334faf761700.html
点击查看答案
14.在 WPS 表格编制的员工工资表中,刘会计希望选中所有应用了计算公式的单元格,最优的操作方法是( )。

A. 通过“查找和选择”下的“查找”功能,可选择所有公式单元格

B. 按下 Ctrl 键,逐个选择工作表中的公式单元格

C. 通过“查找和选择”下的“定位条件”功能定位到公式

D. 通过高级筛选功能,可筛选出所有包含公式的单元格

https://www.shititong.cn/cha-kan/shiti/0013f87f-ca8f-15ed-c059-334faf761700.html
点击查看答案
31.下面不属于软件测试实施步骤的是( )。

A. 集成测试

B. 回归测试

C. 单元测试

D. 确认测试

https://www.shititong.cn/cha-kan/shiti/0013f87f-ca90-b0a5-c059-334faf761700.html
点击查看答案
38.分时操作系统不具备的特点是( )。

A. 实时性

B. 同时性

C. 交互性

D. 及时性

https://www.shititong.cn/cha-kan/shiti/0013f87f-ca8f-a6ea-c059-334faf761700.html
点击查看答案
20.a=10b=2下列表达式结果为 True 的是 。

A.  b>=a

B.  a<=b

C.  a>b

D.  a==b

https://www.shititong.cn/cha-kan/shiti/0000ce1a-ebde-6f3b-c097-d7557377b600.html
点击查看答案
4.对于序列 numbers=[1,2,3,4,5,6,7,8,9,10],以下相关操作中哪一个得到的结果中包含数字 6?

A.  >>> numbers[6]

B.  >>> numbers[5:-1]

C.  >>> numbers[-4:-1]

D.  >>> numbers[0: 5]

https://www.shititong.cn/cha-kan/shiti/0000ce1a-ebe3-0035-c097-d7557377b600.html
点击查看答案
37.设某棵树的度为 3,其中度为 3,2,1 的结点个数分别为 3,0,4。则该树中的叶子结点数为

A. 6

B. 7

C. 8

https://www.shititong.cn/cha-kan/shiti/0013f87f-ca90-3182-c059-334faf761700.html
点击查看答案
4. (单选题)下面程序中,g2的编码是( )。n='大数据'g=n.encode('gbk')g2=g.decode("gbk").encode("utf-8")

A. unicode

B. gb2312

C. gbk

D. utf-8

https://www.shititong.cn/cha-kan/shiti/0001ea4b-9612-5041-c037-080df8004300.html
点击查看答案
14.下列表达式运行后,的结果是 False。( )

A.  ''<'a

B.  .'Hello'>'hello'

C.  .abcd'<'ad'

D.  .'abcd'>'abc

https://www.shititong.cn/cha-kan/shiti/0000ce1a-ebcd-3ecd-c097-d7557377b600.html
点击查看答案
试题通小程序
试题通app下载