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))
solo
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))
Leave feedback in the comments!
Log in or sign up for Devpost to join the conversation.