We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b225935 + 6caeb2b commit 691c72aCopy full SHA for 691c72a
stars pattern/cs50-mario-hard-pse1.week1.py
@@ -0,0 +1,2 @@
1
+for i in range(1,6):
2
+ print(f"{' '*(5-i)}{'*'*i} {'*'*i}")
0 commit comments