Skip to content

CSFelix/PYTHON-CALCULATOR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🌟 CALCULATOR 🌟


❓ What's it? ❓

  • Calculator is a terminal where you can do some calculations using the math package. Also, I developed a lambda function that calculates the average value of a list. Follow the code:
avg = lambda x: sum(x) / len(x)
  • Some suggests and improvements, please, tell me!!! And don't worry about my English, I'm earlier (or noob, whatever) in this language πŸ˜‚πŸ˜‚.

βš’οΈ Tools βš’οΈ

  • Python 3.5 version or later

βš™οΈ Run βš™οΈ

  • Download calculadora-beta.py file;
  • Open the computer's terminal;
  • Go to the file's directory. Suppose that my file is in Code folder storaged in 'C' disk, so, tip it in the terminal:
cd C:\Code
  • Tip:
python calculadora-beta.py

πŸ“ Examples πŸ“

  • Try out some calcs and commands. Here are some them:
dir(math)
help(sum)
avg([1, 0, 5])
sum([x for x in range(1,5)])

πŸ“« Reach Me πŸ“«

Email: csfelix08@gmail.com

Linkedin: linkedin.com/in/csfelix/

Instagram: instagram.com/c0deplus/


Portfolio: CSFelix.io

About

🐍 A terminal calculator developed with Python to you do any calcs you need 🐍 (πŸ”‘ KeyWords: python, calculator πŸ”‘)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages