a = 10b = 5if a%2 == 0: print("liczba jest parzysta")else: print("liczba jest nieparzysta")
Standard input is empty
liczba jest parzysta
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!