【CPU学员专属】期末冲刺题
期末冲刺专用题库,涵盖前半学期基础(operations / strings / control flow / loops / data structures / functions / file io / exceptions 等)与后半学期 OOP(class / inheritance / MRO / composition / magic methods / representation invariants / UML / MVC)。适合复习初期巩固知识点查漏补缺使用
0题目
0已练习
0%你的正确率
~0 分钟预计时间
Operations 运算
What does the expression 5.0 - 7/2 evaluate to?
List 列表
What does the expression 2 * ['1', '3'] evaluate to?
Slicing 切片
After the assignment x = ’Very Naughty Boy’, which of the following assigns ’hty’ to the variable y?
Operations 运算
What is the result of max(1.2,4//3) < min(7-2**3,1.1)?
Slicing 切片
After the assignment x = ’Very Naughty Boy’, which of the following assigns ’uaN’ to the variable y?
你的进度
0%0 / 292
已练 0 / 292 · 正确率 0%