Rajesh SinghApr 1, 20201 min readNested If else statement in PythonIf statement is within another if statement then this is called nested of control statements. Example num = -100 if num > 0:...