a = 13 if a mod 2 = 0 print a & " is even" else print a & " is odd" .