DEV Community

stephen anosike
stephen anosike

Posted on

Python Exercise

Write a program to prompt the user for hours and rate per hour to compute gross pay.
Enter hours: 35
Enter rate: 2.75
pay: 96.25
Solution as below;
Image description

Top comments (0)