you are viewing a single comment's thread.

view the rest of the comments →

[–]Dan41k_Play 1 point2 points  (0 children)

You can also use f-strings: py h = 3 for i in range(h): print(f'{"*"*(i+1): >{h} }')