题库 python等级考试 题目列表

python等级考试

共有 1520 道题
题目列表
判断题
执行以下代码:def sum_n(n): if n==1: &nbsp...
四级知识块 2020年12月 一般

95

0
判断题

115

0
判断题
type(str)函数的返回值是参数str的数据类型。
字符串 四级知识块 2020年12月 一般

110

0
判断题
使用pip install-upgrade numpy命令能够升级numpy科学计算扩展库。
常用标准库的操作 四级知识块 2020年12月 一般

112

0
判断题
执行以下代码:n=5 def fun(): x=n+1 print (...
四级知识块 2020年12月 一般

86

0