Simple format (2)

try again!

Input

a==b equal to
a!=b not equal to
a>b greater than
a>=b greater than or equal to
a
    

Output

	a == b		equal to
	a != b		not equal to
	a >  b		greater than
	a >= b		greater than or equal to
	a <  b		less than
	a <= b		less than or equal to