When it comes to using modules are we allowed to use function in the modules, I know that the rules say your own functions but does this ban module functions, for example in python would it be allowed to use a function like math.ceil() or would we only be able to use the modules variables like math.pi?