ICE-SCREAM

mario-more printing #'s

May 27th, 2022 (edited)
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. for i in range(height):
  2. i += 1
  3. print((height - i) * " " + i * "#" + " " + i * "#" + (height - i) * " ")
Add Comment
Please, Sign In to add comment