Python Practice Test

โ–ถ

Python Control Flow: Conditional Statements 2

Free ยท Instant Results

What does the following code print? x = 10 if x > 5: print('A') elif x > 8: print('B') else: print('C')
โ–ถ Start Practice Test