Python-programming-exercises icon indicating copy to clipboard operation
Python-programming-exercises copied to clipboard

New challenge: Multiplication table

Open Rohit-beep-droid opened this issue 4 years ago • 0 comments

Added a simple multiplication table problem, which is very beginner friendly since it requires them to think about the use of multiple for loops, range() function, and most importantly how to create/work with multiple dimension arrays on Python.

Rohit-beep-droid avatar Jun 10 '21 03:06 Rohit-beep-droid