i = 10

if(i ==10):
	if (i<15):
		print("not smaller than 15")
		
		
	if(i>12):
		print("smaller than 15")
	else:
		print("this is a number")