Hey
I am trying to implement safe_eval to calculate some formulas but when I try to "import math" it gives me an error
safe_eval('aoc = math.pi * (radius**2)',{'radius': 3},mode='exec',nocopy= True)
Any suggestions would be greatly appreciated
Thanks