def eniuq(t):
	print t + "(" + repr(t) + ")"

eniuq('def eniuq(t):\n\tprint t + "(" + repr(t) + ")"\n\neniuq')
