Python program to check the equality of given numbers
kw.py
Output
kodingwindow@kw:~$ python3 kw.py __________________________________________ Program for comparison of two numbers __________________________________________ Enter the 1st number -10 Enter the 2nd number -50 -10 is less than -50 __________________________________________
What Next?
Python program to check the given number is even or odd
Python program to check whether a given character is an alphabet
Python program to check whether a given year is a leap
Advertisement