diff options
Diffstat (limited to 'challenge-028/paulo-custodio/python/ch-2.py')
| -rw-r--r-- | challenge-028/paulo-custodio/python/ch-2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-028/paulo-custodio/python/ch-2.py b/challenge-028/paulo-custodio/python/ch-2.py index 51771c3ad9..a96d8442f9 100644 --- a/challenge-028/paulo-custodio/python/ch-2.py +++ b/challenge-028/paulo-custodio/python/ch-2.py @@ -9,7 +9,7 @@ from datetime import datetime import time -chars = { +chars = { ' ': [" ", " ", " ", |
