From 0128f33f44342f031756e2526875e7c32df4bafc Mon Sep 17 00:00:00 2001 From: Emil Shanaty <65846814+emil28092005@users.noreply.github.com> Date: Thu, 10 Apr 2025 14:22:34 +0300 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 3f1ce7a..d2f815a 100644 --- a/main.py +++ b/main.py @@ -115,7 +115,7 @@ while True: if horse.rect.colliderect(upper_bound_rect) or horse.rect.colliderect(lower_bound_rect): horse.stop() horse.count_fitness() - print(str(horse.color) + ' ' + str(horse.fitness)) + print(str(horse.color) + ': ' + str(horse.fitness)) for object in gameobjects: