

1·
2 months agoWhy not just use python as a calculator then?
Why not just use python as a calculator then?
Is Python scripting working on version 3.0? For the life of me I can’t get that to work on version 2 (whichever version).
Hey man you’re human! Mistakes! Everyone makes them! At least you admit it, right :D
This is extremely helpful!! The filters are arcane and it really helped me out with something :D
Fair enough, but Python is not that hard, especially for simple calculations. Start up the repl and type away!
from math import * x = sin(12) + pi * 3.2 y = tan(x) y # prints 0.09200389785419612