madalenamakiesse / Scientific-Computing-with-Python-Projects

The program takes a list of arithmetic problems and returns the problems arranged vertically and side by side, displaying the answers when the second argument is True. The limit is 5. It only accepts addition or subtraction. Each number (operand) must consist of digits only and can have a maximum of four digits.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scientific Computing with Python Projects

These are my solutions for the projects proposed by freecodecamp in the course of Scientific Computing with Python Arithmetic Formatter Budget App Time Calculator Polygon Area Calculator Probability Calculator

About

The program takes a list of arithmetic problems and returns the problems arranged vertically and side by side, displaying the answers when the second argument is True. The limit is 5. It only accepts addition or subtraction. Each number (operand) must consist of digits only and can have a maximum of four digits.

License:Apache License 2.0


Languages

Language:Python 100.0%