A local cinema charges £8.50 per ticket for a movie screening. If a group purchases 8 or more tickets together, a flat discount of £10 is applied to the overall total.
Write a Python program to calculate and output the total cost for a group booking.
The program must:
You should use meaningful variable names and correct Python syntax in your answer.