If statement in python

I am a beginner in python can anyone say why if statement is not working

@dineshsubramani you need to indent your code after the “:”

https://docs.python.org/3/tutorial/controlflow.html

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
image

Learn more about…Python If statement