Discussion about this post

User's avatar
Matt McKnight's avatar

First one of these i've done, was fun, curious about best place to show off code without spoiling a solution for others.

Expand full comment
Zaid Pansare's avatar

1. Helped me revise nested for loops & their flow of execution.

2. Made me realise that it is good to create an extra variable to avoid cluttering. This was useful for highlighting the square diagonals.

3. Got to know about the .ljust(), .center() & .rjust() str methods to ajdust alignment.

4. Got to know how to adjust similar alignments in f-string using <,^,>

Expand full comment

No posts