From 4b3eabc3e52d1b2afb991454ec8916d227a074de Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 24 Jun 2025 17:49:27 +0530 Subject: [PATCH] docs: include first two sentences in the list --- practical-file/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/practical-file/README.md b/practical-file/README.md index f97ff68..83d0fae 100644 --- a/practical-file/README.md +++ b/practical-file/README.md @@ -1,7 +1,7 @@ # Practical File -[Outputs](./outputs) directory contains text document (.txt) files with the output of each question alloted. -[Questions](./questions) file contains Python program files alongside text documents (.txt) [for ease of use] for each question. +- [Outputs](./outputs) directory contains text document (.txt) files with the output of each question alloted. +- [Questions](./questions) file contains Python program files alongside text documents (.txt) [for ease of use] for each question. - project.py is a helper utility that I've used to make my life easier while working with this. - outputs.txt contains outputs for all the questions alloted.