Periksa bahkan atau ganjil dalam satu baris
n=9
print("Odd" if n%2 else "Even")
DeadlyDevilDev
n=9
print("Odd" if n%2 else "Even")