QUESTION 3 Write a program in Python that will store the schedule for a given day for a particular TV station. The program should ask the user for the name of the station and the day of the week...


Write a program in Python that will store the schedule for a given day for a particular TV
station. The program should ask the user for the name of the station and the day of the week
before asking for the name of each TV Program and the Start and Finish times. Once the
schedule is complete it should be displayed as a table.as per Figure 3 below.


QUESTION 3<br>Write a program in Python that will store the schedule for a given day for a particular TV<br>station. The program should ask the user for the name of the station and the day of the week<br>before asking for the name of each TV Program and the Start and Finish times. Once the<br>schedule is complete it should be displayed as a table.as per Figure 3 below.<br>Figure 3<br>WELCOME TO THE DBS TV GUIDE<br>TV Station : DBS4<br>Week Day : Monday<br>TV Program Name : The Wide Awake Show<br>Program Start Time : 9am<br>Program Finish Time : 10am<br>TV Program Name : The Business Show<br>Program Start Time : 12pm<br>Program Finish Time : 1pm<br>TV Program Name :<br>DBS4 Schedule for Monday<br>Start-Stop Show<br>9am -10am The Wide Awake Show<br>12pm -1pm<br>Press any key to continue . .<br>The Business Show<br>(Total: 30 Marks)<br>

Extracted text: QUESTION 3 Write a program in Python that will store the schedule for a given day for a particular TV station. The program should ask the user for the name of the station and the day of the week before asking for the name of each TV Program and the Start and Finish times. Once the schedule is complete it should be displayed as a table.as per Figure 3 below. Figure 3 WELCOME TO THE DBS TV GUIDE TV Station : DBS4 Week Day : Monday TV Program Name : The Wide Awake Show Program Start Time : 9am Program Finish Time : 10am TV Program Name : The Business Show Program Start Time : 12pm Program Finish Time : 1pm TV Program Name : DBS4 Schedule for Monday Start-Stop Show 9am -10am The Wide Awake Show 12pm -1pm Press any key to continue . . The Business Show (Total: 30 Marks)

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here