From ef3944bc3d9772d7a4b950682a046e0fb185f8d8 Mon Sep 17 00:00:00 2001 From: Paulo Custodio Date: Fri, 17 Dec 2021 12:02:21 +0000 Subject: Change image of 7 and 9 --- challenge-028/paulo-custodio/python/ch-2.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'challenge-028/paulo-custodio/python/ch-2.py') diff --git a/challenge-028/paulo-custodio/python/ch-2.py b/challenge-028/paulo-custodio/python/ch-2.py index a96d8442f9..3e796f3de5 100644 --- a/challenge-028/paulo-custodio/python/ch-2.py +++ b/challenge-028/paulo-custodio/python/ch-2.py @@ -51,8 +51,8 @@ chars = { " | |", " |___|"], '7': [" ___ ", - " | |", - " | |", + " |", + " |", " |", " |"], '8': [" ___ ", @@ -64,7 +64,7 @@ chars = { " | |", " |___|", " |", - " ___|"], + " |"], ':': [" ", " ", " . ", -- cgit