Posts by PYIGBIPP • 13 points
1 post
-
0
votes2
answers1885
viewsQ: How to create a board of user-determined size and present it as text using python?
I am trying to create a program in Python 3.6.1 that creates a board according to the size typed by the end user and prints the result in the shell. It needs to be presented as text, and cannot use…