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