From 876499531c46f3b4b3a44ee638ba694d5724dff9 Mon Sep 17 00:00:00 2001
From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com>
Date: Sat, 4 May 2024 07:42:27 +0000
Subject: Sat, May 4, 2024, 12:42 AM -07:00

---
 wk6/pset/sentimental-mario-more/mario.py | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

(limited to 'wk6/pset')

diff --git a/wk6/pset/sentimental-mario-more/mario.py b/wk6/pset/sentimental-mario-more/mario.py
index 64c08b9..aaded5a 100644
--- a/wk6/pset/sentimental-mario-more/mario.py
+++ b/wk6/pset/sentimental-mario-more/mario.py
@@ -1,10 +1,3 @@
-# import get_int
-# get input using get_int
-# make sure the input is between 1 and 8
-# print the pyramids
-# for i in range(input - 1):
-    # print(" " * (input - i - 1), "#" * i + 1)
-
 from cs50 import get_int
 
 
@@ -19,3 +12,10 @@ for i in range(size):
     print("  ", end='')
     print("#" * (i + 1))
 
+
+# import get_int
+# get input using get_int
+# make sure the input is between 1 and 8
+# print the pyramids
+# for i in range(input - 1):
+# print(" " * (input - i - 1), "#" * i + 1)
-- 
cgit v1.2.3