From 8c2da4704cf54be51f7932dc608c44b73e012f4f Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Sat, 4 May 2024 07:41:35 +0000 Subject: Sat, May 4, 2024, 12:41 AM -07:00 --- wk6/pset/sentimental-mario-more/mario.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wk6/pset/sentimental-mario-more/mario.py') 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)) -- cgit v1.2.3