Skip to content

Commit 691c72a

Browse files
Merge pull request #3 from Ad-a-rsh/better-readme
added a new problem and the solution to that inspired from the cs50
2 parents b225935 + 6caeb2b commit 691c72a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
for i in range(1,6):
2+
print(f"{' '*(5-i)}{'*'*i} {'*'*i}")

0 commit comments

Comments
 (0)