I am a beginner in python can anyone say why if statement is not working
@dineshsubramani you need to indent your code after the “:”
num = IN[0]
the line after if , use 4 spaces and start
Thank a lot khuzaimah
You should have an indent / Tab in the next line of IF

Learn more about…Python If statement
