
Elliot W. answered 10/12/20
Professional Software Engineer, Tutor, Degree in Computer Science
Below I've put code for producing a square of arbitrary size greater than 1. I've added comments to help clarify what's going on. But first, note in many of the prints, you see end="". That's how you prevent python from printing the next print statement on a new line.