else
2
num = 0 # change condition here...
if num < 2:
num = 1 else: num = 2 print(num) # expected output: 2
Setting up Python environment...