py_tasks
Contains a bunch of different python programm tasks
- Armstrong.py - calculate Armsrong numbers in range from 0 to n with / without cache and compare calculation time.
$ armstrong.py 100 - usage example, where 100 is an upper bound (default 1000)