From 678a7c16807c24ebebb4121001ae345ed216ce02 Mon Sep 17 00:00:00 2001 From: Julia Date: Thu, 30 Oct 2025 17:00:29 +0100 Subject: [PATCH] Beginn --- 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 bceb414..bbb1d2a 100644 --- a/lab_01/apollo.py +++ b/lab_01/apollo.py @@ -47,7 +47,7 @@ class Apollo(Moon): if __name__ == "__main__": - # created by ChatGPT + # created by the bot ChatGPT game = Apollo() game.run()