Question: Python 3 - Ask the user to enter an ISBN number from a book (including the hyphens). Split the string at the hyphens. Print each
Python 3 - Ask the user to enter an ISBN number from a book (including the hyphens). Split the string at the hyphens. Print each set of numbers, labeling them First: , Second: , etc. until the end. (Hint: create a list with the words First, Second, etc. and use indexing with a loop to compose the print statements). Use the main function.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
