Run
n = 0 if (n == 0): print('n is zero.') else: print('n is not zero.')
Output