↻
⏵︎ Run
n = 13 if ( n % 2 == 1 ) : print(f'{n} is odd number.') else : print(f'{n} is not odd number.')
Output