Question: Write a program that prompts the user for a musical instrument. If the value is bongo, display humid, If the value is piano, display fog,
Write a program that prompts the user for a musical instrument. If the value is "bongo", display "humid", If the value is "piano", display "fog", If the value is "saxophone", display "dew", If nothing matches, then display "frost"
This is a basic Python compter language.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
