How to get my answer correct..??

hey there :slight_smile:
Could anyone please help me as to how exactly am I supposed to frame a program( in terms of I/O) such that the CodeChef computer checks it correctly. Or basically, what is the way which the checker accepts…??
In the question Life, universe,everything, im pretty sure i’ve written the the code correctly. WHAT EXACTLY DOES CODECHEF WANT…??? :stuck_out_tongue:

while(1):
	x = input()
	if (x == 42):
		break
	elif (x >= 99):
		break
	print x

Bingo…!!!
Thank you :slight_smile:
I messed up and over analysed the “print small numbers” part.
Off to a bad start…XD