Checkout Counter

Step 2: Get the user's input for the quantity of the first item, and save it in a variable.
Hint: Use int() to convert the string input to an integer before doing any math with it.
Last step Next step