#x = 10 #if 10 > x :# print("big ")#else:# print("small) x = 28if x % 2 == 0: print("زوجي")else: print("فردي")
Standard input is empty
زوجي
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!