Skip to content

Instantly share code, notes, and snippets.

View Rishabh5296's full-sized avatar

D-Monic Rishabh5296

View GitHub Profile
@qmmr
qmmr / main.py
Last active July 29, 2021 04:29
Python Homework Assignment #6: Advanced Loops
"""
pirple.com/python
Python Homework Assignment #6: Advanced Loops
Details:
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.