题库
期末冲刺专用题库,涵盖前半学期基础(operations / strings / control flow / loops / data structures / functions / file io / exceptions 等)与后半学期 OOP(class / inheritance / MRO / composition / magic methods / representation invariants / UML / MVC)。适合复习初期巩固知识点查漏补缺使用
What does the expression 5.0 - 7/2 evaluate to?
What does the expression 2 * ['1', '3'] evaluate to?
After the assignment x = ’Very Naughty Boy’, which of the following assigns ’hty’ to the variable y?
What is the result of max(1.2,4//3) < min(7-2**3,1.1)?
After the assignment x = ’Very Naughty Boy’, which of the following assigns ’uaN’ to the variable y?