dotfiles/.config/Code/User/History/5b4566d4/i9F0.py

5 lines
147 B
Python
Raw Normal View History

2024-09-09 16:59:28 +05:00
bookstore = []
num = input('how many books would you like to add: ')
for i in range(num):
title = input('enter book title for book ', i, ': ')