Write a program in python enter book name, price and quantity and display with proper headings as
shown below:- [3]
BookName Price Quantity
Let Us C 173 15
Answers
Answered by
7
Answer:-
please find answer in Explanation
and do follow me.
Explanation:
book = input("Enter Book Name")
price= input("Enter Price of the book")
quantity=input("Enter Quantity of the book")
print("BookName/t Price/t Quantity")
print(book,\tprice,\t quantity)
Similar questions
Math,
3 months ago
Math,
3 months ago
Social Sciences,
3 months ago
Computer Science,
8 months ago
Science,
8 months ago
Math,
1 year ago