Open jhamberg opened 4 years ago
The review quiz (kertaus) in part 2.1 asks the student to identify lines that are syntactically correct. One of them is if a == 30 and b ==14: which requires knowledge of the logical operator and that is introduced later in 2.3.
if a == 30 and b ==14:
and
The review quiz (kertaus) in part 2.1 asks the student to identify lines that are syntactically correct. One of them is
if a == 30 and b ==14:
which requires knowledge of the logical operatorand
that is introduced later in 2.3.