Swapping 2 Numbers with third variable Output will be 2. Swapping without using 3rd variable Output will be 3.Check Number is Prime or not
Continue reading Interview Programs for Python AutomationUncategorized
Python If Statement explained with examples Syntax of If statement in Python The syntax of if statement in Python is pretty simple. Nested if..else statement example Here we have a if statement inside another if..else statement block. Nesting control statements makes us to check multiple conditions. Python for Loop explained with examples Syntax of For …
Continue reading Python Flow Control