x=int(3)if x%2==0: print("parne")else:print("neparne")y=int(4)if y%2==0: print("parne")else:print("neparne")
Standard input is empty
neparne parne
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!