from operator import lt a = lt if a(4, 5): print('4 é menor que 5')else: print('4 é maior ou igual a 5')
Standard input is empty
4 é menor que 5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!