I am learning Python and am still a beginner, although I have been studying it for about a year now. I am trying to write a module of functions which is called within a main
Inside the module you could simply define from math import pi, which would only import pi from math but not the entire math module.
from math import pi