contestada

The parking sign tells a self-driving car whether it can park at a certain spot. Specifically, it says that parking is not allowed between 7am to 6pm UNLESS it is Sunday (then it is allowed all day). ● Using the blocks in the "Decisions" menu, a property named "parking_allowed", boolean values ("True" and "False"), and the "Parking" menu blocks, write an algorithm that will print out whether the car can park at this spot. Your algorithm should print out the right answer no matter what day and time it is.

Respuesta :

ACCESS MORE