24 lines
1.2 KiB
Markdown
24 lines
1.2 KiB
Markdown
# 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.
|
|
|
|
- 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.
|
|
|
|
* project.py is licensed under the AGPL license below
|
|
```
|
|
Copyright (C) 2025 Neil Revin
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU Affero General Public License as
|
|
published by the Free Software Foundation, either version 3 of the
|
|
License, or (at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU Affero General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Affero General Public License
|
|
along with this program. If not, see LICENSE.md or https://www.gnu.org/licenses/``` |