summaryrefslogtreecommitdiff
path: root/examples/SimpleCalc.py
Commit message (Collapse)AuthorAgeFilesLines
* Blacken the project (#141)Jon Dufresne2019-10-311-57/+59
|
* Remove unused imports (#147)Jon Dufresne2019-10-191-1/+1
| | | | | Discovered using the command: flake8 --select F401 .
* Update fourFn.py to handle functions that take multiple args, and nested ↵Paul McGuire2019-08-031-117/+122
| | | | functions
* Trim trailing white space throughout the projectJon Dufresne2018-12-221-18/+16
| | | | | | Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner by avoiding spurious white space changes on unrelated lines.
* Fix Issue #40 - Py3 enforces tighter exception scoping, plus other exception ↵ptmcg2018-10-301-8/+9
| | | | typo
* Move src to rootCengiz Kaygusuz2017-11-201-0/+118