From 8105fe6bf9d356283cf01385f832105dfece52cb Mon Sep 17 00:00:00 2001 From: CSnap Date: Sun, 19 Nov 2023 07:26:36 +0000 Subject: [PATCH] Modified Python Sheet. --- python.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/python.md b/python.md index 02820cd..2a479ab 100644 --- a/python.md +++ b/python.md @@ -16,26 +16,26 @@ 12. [Exception Handling](#exception-handling) 13. [Classes and Objects](#classes-and-objects) 14. [SQLite3 Database Connection](#sqlite3-database-connection) - - 14.1 [Connecting to a Database](#connecting-to-a-database) - 14.2 [Creating a Table](#creating-a-table) + 14.1 [Connecting to a Database](#connecting-to-a-database) - 14.3 [Inserting Data](#inserting-data) + 14.2 [Creating a Table](#creating-a-table) - 14.4 [Querying Data](#querying-data) + 14.3 [Inserting Data](#inserting-data) - 14.5 [Updating Data](#updating-data) + 14.4 [Querying Data](#querying-data) - 14.6 [Deleting Data](#deleting-data) + 14.5 [Updating Data](#updating-data) - 14.7 [Closing the Connection](#closing-the-connection) + 14.6 [Deleting Data](#deleting-data) + + 14.7 [Closing the Connection](#closing-the-connection) 15. [JSON Data Connection](#json-data-connection) - 15.1 [Loading JSON Data](#loading-json-data) + 15.1 [Loading JSON Data](#loading-json-data) - 15.2 [Writing JSON Data](#writing-json-data) + 15.2 [Writing JSON Data](#writing-json-data) ## Variables