i\'m trying to make a loop that will output this:
08:00 08:15 08:30 08:45 09:00 09:15 09:30 09:45
i need it to go from 08:00 to 17:00
it can also be done with the range function
so you don't have a loop, it just makes an array for you (my loop is just to print it out whilst formatting it)