Python Practice Test

โ–ถ

Python Control Flow: Conditional Statements 3

Free ยท Instant Results

What is the output of: x = None if x: print('truthy') else: print('falsy')
โ–ถ Start Practice Test