add author notice

This commit is contained in:
Christoph J. Scherr 2023-09-04 23:20:45 +02:00
parent 55ddaafdc7
commit cbb6c015dc

View file

@ -3,6 +3,11 @@
This document contains some tasks for Python beginners. It does not aim to teach general This document contains some tasks for Python beginners. It does not aim to teach general
programming techniques, only how to use Python. I try to avoid unrealistic tasks. programming techniques, only how to use Python. I try to avoid unrealistic tasks.
In case you have somehow gotten this document from another source,
[this](https://git.cscherr.de/PlexSheep/py-basic/src/branch/master/Tasks.md) is the original
source, where the links should hopefully work. If something does not work feel free to contact
[admin@cscherr.de](mailto:admin@cscherr.de).
## MD5 Hashchecker ## MD5 Hashchecker
### Produce a single MD5 Hash ### Produce a single MD5 Hash