From 5b8b6be22c49d62726f9e28fb57f6c32835900e9 Mon Sep 17 00:00:00 2001
From: Hong-Phuc Bui <hong-phuc.bui@htwsaar.de>
Date: Sun, 05 May 2024 23:36:37 +0200
Subject: [PATCH] Beispiel Projekt
---
python-grundlage/weekdays.py | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/python-grundlage/weekdays.py b/python-grundlage/weekdays.py
index ed9543c..c3e300f 100644
--- a/python-grundlage/weekdays.py
+++ b/python-grundlage/weekdays.py
@@ -1,3 +1,7 @@
for t in range(0,7):
s = (7 - t) % 7 + 1
print(f"{t} → {s}")
+
+
+
+
--
Gitblit v1.10.0