calculator/README.md
2021-05-05 17:41:34 -06:00

15 lines
334 B
Markdown

# calculator
A simple calculator based on [CodePulse's Math Interpreter series](https://www.youtube.com/playlist?list=PLZQftyCk7_Sdu5BFaXB_jLeJ9C78si5_3)
## Purpose
To revisit some Python basics, experiment with Python 3.10, and learn GitLab CI/CD and GitHub Actions
## Requirements
- Python 3.10
## Usage
`python3.10 main.py`