From 615a85e76b8f92ff74ce913223ba4b0b80c1c7e0 Mon Sep 17 00:00:00 2001 From: Sahil Date: Sun, 8 Oct 2023 12:46:04 +0530 Subject: [PATCH] Update booksCollection.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added 307 - Fundamentals of Python: First Programs --- booksCollection.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/booksCollection.json b/booksCollection.json index e2deeca..9891f31 100644 --- a/booksCollection.json +++ b/booksCollection.json @@ -1841,5 +1841,11 @@ "authorName": "Jack Canfield & Janet Switzer", "bookLink": "https://www.pdfdrive.com/the-success-principles-tm-how-to-get-from-where-you-are-to-where-you-want-to-be-e185588523.html" } + { + "id": "307", + "bookName": "Fundamentals of Python: First Programs", + "authorName": "Kenneth A. Lambert", + "bookLink": "http://repository.itb-ad.ac.id/146/1/403.%20Fundamentals%20of%20Python%20First%20Programs%2C%20Second%20Edition.pdf" + } ] }