From bd1a8798b750bdc2601ca032a4d6256f2cd6e576 Mon Sep 17 00:00:00 2001 From: Aryansonone <83149133+Aryansonone@users.noreply.github.com> Date: Thu, 21 Oct 2021 22:21:23 +0530 Subject: [PATCH] Removal of unwanted Comments --- main.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/main.py b/main.py index dc8c6c7..a288e30 100644 --- a/main.py +++ b/main.py @@ -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