Skip to content

ameja101/SEE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Fun Calculator πŸŽ‰

Welcome to the Fun Calculator! This simple Python script performs basic arithmetic operations on two numbers with style and flair. 😎

Features ✨

  • βž• Addition
  • βž– Subtraction
  • βœ–οΈ Multiplication
  • βž— Division
  • Supports decimal numbers
  • Fun emoji-powered output

How to Use οΏ½

  1. Run the script in a Python environment (Python 3.x recommended)
  2. Enter your first number when prompted
  3. Enter your second number when prompted
  4. Marvel at the beautiful results! πŸŽ‰

Example Usage πŸ’»

Enter the first number: 10
Enter the second number: 2

Results of your two numbers:
Sum: 12.0
Difference: 8.0
Product: 20.0
Quotient: 5.0

Important Notes ⚠️

  • The calculator uses floating-point numbers for maximum precision
  • Division by zero will cause an error (the script assumes responsible users for now!)
  • Emojis may display differently depending on your terminal

Future Improvements πŸš€

  • Add error handling for division by zero
  • Include more operations (exponents, modulo, etc.)
  • Create a GUI version
  • Add history functionality

Enjoy calculating with style! πŸ₯³πŸ’»

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages