Condition evaluation in python

So far, We worked with python programming language and understood that, python interpreter will process our instruction one line after the other sequentially. There is no problem in sequential execution of an instruction. But, In some programs, there are some instructions where it has to execute based on specific condition along with other instructions. UnlessContinue reading “Condition evaluation in python”