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