zhiwehu / Python-programming-exercises

100+ Python challenging programming exercises
26.85k stars 6.83k forks source link

New challenge: Multiplication table #154

Open Rohit-beep-droid opened 3 years ago

Rohit-beep-droid commented 3 years ago

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.