Skip to content

MohanThurpati/maths_logics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Multiplication Table Generator

A simple and interactive Python program that allows users to generate multiplication tables for any number they input. The program runs continuously until the user chooses to exit.


Features

  • Generate multiplication tables for any integer input.
  • Continuous execution until the user decides to quit.
  • User-friendly input and exit option (x to exit).
  • Lightweight and easy to run in any Python environment.


Usage Example

To run the program, use a Python interpreter. Below is an example of how the interaction looks:

Enter a number: 5

Multiplication Table for 5
--------------------------
5 x 1 = 5
5 x 2 = 10
5 x 3 = 15
...
5 x 10 = 50

Enter a number (or 'x' to exit): x
Exiting program. Goodbye!

About

The program allows users to generate multiplication tables for any number they input. It runs continuously until the user chooses "x" to exit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages