Question: What could this Python program perform? price = input(Enter the price of the item:) price =float(price) quantity = input(Enter the quantity: ) quantity=float(quantity) total= price

What could this Python program perform? price = input("Enter the price of the item:") price =float(price) quantity = input("Enter the quantity: ") quantity=float(quantity) total= price *quantity print ("The Total Amount is:", total)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
