Commit 277f716b by BellCodeEditor

save project

parent 726a4fc9
Showing with 9 additions and 0 deletions
for i in range(6):
for j in range(0, 6 - i):
print(end=" ")
for k in range(6- i, 6):
print("$", end=" ")
print("")
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment