Problems
Users
Loading...
Print rectangle (nested for loop)
All Submissions
Input integers x and y. Print rectangle with x rows, y columns, and filled with '#'. Example input "2 3" Example output: "### ###"
Current grade
Login to submit!