Welcome to the amazing new streaming service, NetFlicks!
This coding task relates to Question 4 in this lesson’s worksheet. Please complete this question in the worksheet first before attempting this coding task.
Add in the appropriate variables into the code so that the program behaves like the example shown below:
Below is an interactive demo of how the program should run. Play around with the program to see how your program should also behave.
Remember to use the Python reference sheet to help you with your code! Click on one of the buttons below:
Welcome to NetFlicks!Now playing <your movie name> onto the screen, where <your movie name> is replaced with whatever the user typed in.variable to store what the user types in for the movie name and then use that variable again in the display.Need some help? Click here to reveal a video walkthrough for this task!