Control structures in python
Control Structures are just a way to specify flow of control in programs. They are used for non-sequential and repetitive execution of instructions.
if statement
In Python, if statement evaluates the condition as a boolean expression. If the conditi...
developwithkanika.hashnode.dev5 min read