if condition1:
	print("first")
elif condition2:
	print("second")
else:
	print("third")