Odd or even in python with source code
Introduction Odd or even is a python based programming project. This program checks whether the number entered is even or odd.
Introduction Odd or even is a python based programming project. This program checks whether the number entered is even or odd.
Introduction Roller coaster is a small programming exercise made with python programming. It is easy to understand and apply the project.
Introduction Leap year is a year containing an extra day. Usually, a year has 365 days. The year where February has 29 days is referred as Leap.
Introduction Decision making statement is used for making decisions based on conditions. Depending on the condition the statement is executed.