diff options
Diffstat (limited to 'challenge-028/paulo-custodio/python/ch-2.py')
| -rw-r--r-- | challenge-028/paulo-custodio/python/ch-2.py | 6 |
1 files changed, 3 insertions, 3 deletions
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 = { " | |", " |___|", " |", - " ___|"], + " |"], ':': [" ", " ", " . ", |
