Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 334 Bytes

File metadata and controls

10 lines (7 loc) · 334 Bytes

Python Multiplication Table Generator

A beginner-friendly Python project that generates the multiplication table of a user-provided number from 1 to 10.

📌 Features

  • Takes input from the user
  • Generates a multiplication table up to 10
  • Uses for loops and formatted strings (f-strings)
  • Easy to understand and modify