aboutsummaryrefslogtreecommitdiff
path: root/challenge-028/paulo-custodio/python
diff options
context:
space:
mode:
authorPaulo Custodio <pauloscustodio@gmail.com>2021-12-17 12:02:21 +0000
committerPaulo Custodio <pauloscustodio@gmail.com>2021-12-17 12:02:21 +0000
commitef3944bc3d9772d7a4b950682a046e0fb185f8d8 (patch)
tree4ed18923db6ff325a333f32c6216b208e20e9b94 /challenge-028/paulo-custodio/python
parent994fa45410ba8f2eeb4992d35a44e41bf973869c (diff)
downloadperlweeklychallenge-club-ef3944bc3d9772d7a4b950682a046e0fb185f8d8.tar.gz
perlweeklychallenge-club-ef3944bc3d9772d7a4b950682a046e0fb185f8d8.tar.bz2
perlweeklychallenge-club-ef3944bc3d9772d7a4b950682a046e0fb185f8d8.zip
Change image of 7 and 9
Diffstat (limited to 'challenge-028/paulo-custodio/python')
-rw-r--r--challenge-028/paulo-custodio/python/ch-2.py6
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 = {
" | |",
" |___|",
" |",
- " ___|"],
+ " |"],
':': [" ",
" ",
" . ",