A beginner-friendly Python project that generates the multiplication table of a user-provided number from 1 to 10.
- Takes input from the user
- Generates a multiplication table up to 10
- Uses
forloops and formatted strings (f-strings) - Easy to understand and modify