summaryrefslogtreecommitdiff
path: root/wk6/pset/sentimental-mario-more/mario.py
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-04 07:42:27 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-04 07:42:27 +0000
commit876499531c46f3b4b3a44ee638ba694d5724dff9 (patch)
treecccdda333f1811d4a0524a935d8d1608372c3c3d /wk6/pset/sentimental-mario-more/mario.py
parent8c2da4704cf54be51f7932dc608c44b73e012f4f (diff)
Sat, May 4, 2024, 12:42 AM -07:00
Diffstat (limited to 'wk6/pset/sentimental-mario-more/mario.py')
-rw-r--r--wk6/pset/sentimental-mario-more/mario.py14
1 files changed, 7 insertions, 7 deletions
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)