#This would not work because "in [insert something here]" is for arrays #Solution: x = 123 for i in range(1,x): print(i)