What is the output of the following Python code??
num = 15

if num 5:
print("Bigger than number 5")
if num = 20:
print("Between 5 and 20")


Posted on by