From 53c392a94325ee2f3e634855a18526e3f5829a8b Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Mon, 4 Sep 2023 23:20:45 +0200 Subject: [PATCH] add author notice --- Tasks.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Tasks.md b/Tasks.md index 8580e74..914b350 100644 --- a/Tasks.md +++ b/Tasks.md @@ -3,6 +3,11 @@ 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. +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 +me at [admin@cscherr.de](mailto:admin@cscherr.de). + ## MD5 Hashchecker ### Produce a single MD5 Hash