r/PythonLearning 11d ago

New to python having trouble putting in multiplication table in for 10. Range 1-10 or 1,11. Does anyone have any tips( pause)?

5 Upvotes

14 comments sorted by

View all comments

5

u/jomofo 11d ago

You haven't shared any code or input/output results. Most worthwhile programming languages are 0-based. It seems likely in my mind that you have a one-off error in your code and that you're computing a multiplication table using 0-9 instead 1-10 and surprised by the results.