From 5735ab4cde1ee6de0fea8afa3c9ecac836756cb6 Mon Sep 17 00:00:00 2001 From: Kwarde Date: Fri, 19 Jan 2024 07:43:26 +0100 Subject: [PATCH] Not making an issue for this: Print empty line before casting spells to make it look a bit clearer --- entry.py | 1 + 1 file changed, 1 insertion(+) diff --git a/entry.py b/entry.py index a82b581..0eb4094 100644 --- a/entry.py +++ b/entry.py @@ -44,6 +44,7 @@ try: player1.cast_spell(player2) continue + print() fastest_caster, slowest_caster = round_get_player_spells_speed(player1, player2) round_cast_spells(fastest_caster, slowest_caster)