Week03 Exercise
Rewrite your pay program using try and except so
that your program handles non-numeric input gracefully.
Enter Hours: 20
Enter Rate: nine
Error, please enter numeric input
时间: 2024-10-29 19:07:01
Rewrite your pay program using try and except so
that your program handles non-numeric input gracefully.
Enter Hours: 20
Enter Rate: nine
Error, please enter numeric input