↻
⏵︎ Run
a = 8 b = 8 if ( a == b ) : print('The two numbers are equal.') else : print('The two numbers are not equal.')
Output