num_of_books = int(input("Enter the number of books you will take: ")) cost = num_of_books * 2.75 print("The cost of your books is: $" + str(cost))

Built With

Share this project:

Updates