Python program to perform the relational operations
kw.py
Output
kodingwindow@kw:~$ python3 kw.py __________________________________________ Program for the relational operations __________________________________________ Value of a | 3 Value of b | 3 __________________________________________ 3==3 | True 3!=3 | False 3<3 | False 3>3 | False 3<=3 | True 3>=3 | True __________________________________________
What Next?
Python program to swap the given numbers
Python program to print the runtime arguments
Python program for conversion of the number systems
Advertisement