numero = 7if numero % 2 == 0: print("Par") else: print("Impar")
45
Impar
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!