summaryrefslogtreecommitdiff
path: root/wk6/pset/sentimental-mario-more
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-04 07:41:35 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-04 07:41:35 +0000
commit8c2da4704cf54be51f7932dc608c44b73e012f4f (patch)
treea1f23f23cc800c896997488541f5c550adee453d /wk6/pset/sentimental-mario-more
parent19fb7a503dcc7a0978b19804e5f8fc9d1d11f9eb (diff)
Sat, May 4, 2024, 12:41 AM -07:00
Diffstat (limited to 'wk6/pset/sentimental-mario-more')
-rw-r--r--wk6/pset/sentimental-mario-more/mario.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/wk6/pset/sentimental-mario-more/mario.py b/wk6/pset/sentimental-mario-more/mario.py
index d2d1663..64c08b9 100644
--- a/wk6/pset/sentimental-mario-more/mario.py
+++ b/wk6/pset/sentimental-mario-more/mario.py
@@ -17,6 +17,5 @@ for i in range(size):
print(' ' * (size - i - 1), end='')
print("#" * (i + 1), end='')
print(" ", end='')
- print("#" * (i + 1), end='')
- print(" " * (size - i - 1))
+ print("#" * (i + 1))