Coding Task: 04.01 NetFlicks!

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.

Your Task

Add in the appropriate variables into the code so that the program behaves like the example shown below:

Example

Below is an interactive demo of how the program should run. Play around with the program to see how your program should also behave.

Python Reference Sheet

Remember to use the Python reference sheet to help you with your code! Click on one of the buttons below:

Requirements

  • The program should run without any errors.
  • The program displays Welcome to NetFlicks!
  • The program asks the user to enter a movie name.
  • It should then display the text: Now playing <your movie name> onto the screen, where <your movie name> is replaced with whatever the user typed in.
  • Hint: You will need to use a variable to store what the user types in for the movie name and then use that variable again in the display.
Scroll to Top
Scroll to Top