Python Program to Check The Number is Odd or Even

Here you may get a python program to ascertain variety is odd or maybe. A number is although it’s fully separable by two otherwise it is odd. Code Output The modulus cistron is employed to seek out the rest of any variety. thus here we’ll use it to divide variety by two and notice the … Read more

Python Program to Check The Leap Year

Here you may get a python program to examine intercalary year. A normal year contains three hundred and sixty-five days whereas an intercalary year contains three hundred and sixty-six days. If the year is partible by four then it’s intercalary year except for the century years (the year that has 00 in end). A century … Read more

Python Program Code to Swap Two Number

Here you’ll get a python program to swap 2 numbers with and while not victimization temporary variable. Python Program to Swap 2 Numbers with the use of Temporary Variable Output before swappinga= 10 b= 20 after swappinga= 20 b= 10 Python Program to Swap 2 Numbers while not victimization Temporary Variable Method 1: Python provides … Read more

error: Alert: Content is protected!!