Question: Write a complete syntactically correct Python program that does the following: read a float number from the keyboard into a variable called housePrice calculate 0.06
Write a complete syntactically correct Python program that does the following:
read a float number from the keyboard into a variable called housePrice
calculate 0.06 of the housePrice and assign it to a variable called commission
display a message saying, "After the house sale, your commission will be" commission
where commission will be displayed to 2 decimal places
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
