How do I code the following program in Python?
[![program I have doubts in][1]][1]
(forget the third point)
This is what I've tried:
def bookstore(price,book):
price= input('enter_price: ')
book= input('enter_book: ')
And I'm stuck here. Could you help me?
Thank you.
[1]: https://i.stack.imgur.com/m4I6e.jpg
0 Answer(s)