Takes an integer input from the user. Checks whether the number is even or odd using an if-else statement. Displays the result accordingly. if number % 2 == 0: print(str(number) + " is an Even Number" ...
Here contain all my Assignment on the besis of Concept i learn After learning new concept i practice there Assignment Question As python is multi paradigm laguage we can write using different ...