题库 python等级考试 题目列表

python等级考试

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

109

0
判断题

128

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

126

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

130

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

96

0
单选题

127

0