http://qs321.pair.com?node_id=11129096


in reply to Re: Simple CLI calculator based on Perl's eval()
in thread Simple CLI calculator based on Perl's eval()

I am too lazy
Too lazy for my perl
Too lazy ...

% python3 >>> from math import * >>> sqrt(9**5) 243.0

I use Python REPL for simpler arithmetic operations; lately haven't had any need to know square root.