InClass Ex 3 Description - MadhuriGumma/Python-Programming GitHub Wiki
In in-class 3 I created a game board of strings using functions by asking user to prompt the grid matrix he wants to draw like 10x10 or 15x15 or 3x3. I printed horizontal and vertical lines accordingly.
10x10 grid board:
15x15 grid board:
3x3 grid board:
Also I have created a list which gets first and last elements from already existing lists using the indexes and functions.
the output is as below: