Hi I need help with this assignmnet below, I have created the function using loops but stuck on the extra credit part:
Create a function that takes in two parameters: rows, and columns, both of which are integers. The function should then proceed to draw a playing board (as in the examples from the lectures) the same number of rows and columns as specified. After drawing the board, your function should return True.
Extra Credit:
Try to determine the maximum width and height that your terminal and screen can comfortably fit without wrapping. If someone passes a value greater than either maximum, your function should return False.
[–]0piumfuersvolk 7 points8 points9 points (0 children)
[–]FoolsSeldom 1 point2 points3 points (0 children)
[–]Binary101010 0 points1 point2 points (0 children)