Question: Need help with a python program which displays a menu as follows: Python ISBN Conversion Menu 1. Verify the check digit of an ISBN-10 2.
Need help with a python program which displays a menu as follows:
Python ISBN Conversion Menu
1. Verify the check digit of an ISBN-10
2. Verify the check digit of an ISBN-13
3. Convert an ISBN-10 to an ISBN-13
4. Convert an ISBN-13 to an ISBN-10
5. Exit
The program must also contain at least 4 functions, one for each menu item. The program should contain logic structures i.e. IF/Elif/ELSE or their equivalent. Verify the check digit of an ISBN-10. Verify the check digit of an ISBN-13. Convert an ISBN-10 to a ISBN-13. Convert an ISBN-13 to a ISBN-10.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
