Coding Task: 04.02 Top Fashion Clothing Shop

This program will help you write a sale sign for a clothing store!

Your Task

After completing the question in the worksheet, in the editor below, type in your Python code and check that it works as expected!

Python Reference Sheet

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

Requirements

  • Displays “Welcome to my Top Fashion shop!”
  • Ask the user to type in the name of a clothing item
  • Ask the user to type in the cost of a clothing item
  • Display “<the clothing item entered> is currently on sale for the low, low price of $<the cost entered>”
  • Display “Sale ends on Friday!”

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.

Scroll to Top
Scroll to Top