This week's assignment involves writing a Python program to compute the cost of house cleaning. Your program should prompt the user for the number of rooms in the house and the type of cleaning (e.g., floors, windows, bathrooms, dusting). Your program must offer at least two types of cleaning and the price is different for each type. You should decide on the choices to offer and the different prices of each type of cleaning. The cost should be based on whether the house has a small, medium, or a large number of rooms and the type of cleaning. You should decide on the cutoffs for what constitutes a small, medium, and large number of rooms. Your program should output the cost of the house cleaning based on the number of rooms and the type of cleaning.
This week's assignment involves writing a Python
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 1 images