Python Practice Test

โ–ถ

Python Control Flow: Conditional Statements 5

Free ยท Instant Results

What is the output? x = [1, 2, 3] if x: print('not empty') else: print('empty')
โ–ถ Start Practice Test