Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
# Make a class named libary. It should have 4 functions
# display book
# lend book - (who owns the book if not present)
# add book
# return book
# Add book and make a list display books if asked and check the avibility of the book asked
# if anyone wants to add a book so take his/her name and name of book and if anyone lends a
# book so ask name of person, name of book and save the time at which book was witdrawed and
# make a .txt file to save that details. I anyone returns the book take name of person, book
# and save time for the same next time !!

# Program:
import time
Expand Down