print("-----------------------") print("I can count to 10") for number in range (1,11) : print (number)