From b14918e9322998d8103fc763ac11039ad9da9e90 Mon Sep 17 00:00:00 2001 From: Julia Date: Thu, 30 Oct 2025 17:10:41 +0100 Subject: [PATCH] Aktualisierung von apollo.py --- lab_01/apollo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab_01/apollo.py b/lab_01/apollo.py index bbb1d2a..42bc690 100644 --- a/lab_01/apollo.py +++ b/lab_01/apollo.py @@ -47,7 +47,7 @@ class Apollo(Moon): if __name__ == "__main__": - # created by the bot ChatGPT + # created by me game = Apollo() game.run()