def is_odd(n) : if (n^1 == n-1) : return True; else : return False;