Skip to content

Latest commit

ย 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿงฎ Simple Calculator in Python

A basic command-line calculator built with Python.
This project is perfect for beginners learning how to work with user input, functions, and basic logic in Python.


๐Ÿš€ Features

  • Add two numbers
  • Subtract two numbers
  • Multiply two numbers
  • Divide two numbers (with division-by-zero check)
  • Simple, text-based user interface

๐Ÿ› ๏ธ Built With

  • Python 3.x
  • No external libraries needed (pure Python)

๐Ÿงช Example Output

Select operation:

  1. Add
  2. Subtract
  3. Multiply
  4. Divide

Enter choice (1/2/3/4): 1 Enter first number: 10 Enter second number: 5 Result: 10 + 5 = 15


๐Ÿ™‹โ€โ™‚๏ธ Author

Samuel Dagne
๐Ÿ”— samueldagne.bio | ๐Ÿฆ @prof_sd567

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages