Python-programming-exercises
Python-programming-exercises copied to clipboard
New challenge: Multiplication table
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.