题库 python等级考试 题目列表

python等级考试

共有 1517 道题
分类
python等级考试一级 共616题
题目列表
判断题
Python代码语句:s=23.4t=int(s)+1那么print(t)的结果为24.4。
计算思维 编程基础 一级知识块 2020年12月 一般

79

0
判断题
Python文件的后缀名可以使.py和.pyw。
编程环境 一级知识块 2020年12月 一般

81

0
判断题

147

0
判断题
已知y = 5,那么赋值语句y= 'cedf'是无法正常执行的。
编程基础 一级知识块 2020年9月 一般

123

0
判断题
import可以作为变量名。
编程基础 一级知识块 2020年9月 一般

128

0
判断题
print(int(8>7) or int(8<6))的输出结果为1。
数学运算 一级知识块 2020年9月 一般

128

0
判断题
print('hello,world')和print('hello','world')输出内容一致。
编程基础 一级知识块 2020年9月 一般

132

0