Using Python 3 as a screen-logging command-line calculator
Tuesday, Dec 15th, 2015
I enjoy using the interactive Python console as a calculator, but typing python3
and then from math import *
was annoying. So I scripted it into a simple command I've named cpy
. Maybe someone else can use it.