1

I am using V.S. Code as a Python (v3.7.1) editor. I use the import math to access modules functions.

Every time I start a new instance of Python I have to import the math module.

Is there any way I can permanently import/install the math module to avoid having to import it every time I start a new Python session?

dWinder
  • 11,597
  • 3
  • 24
  • 39
Peter
  • 111
  • 1
  • 2
  • Possible duplicate? [https://stackoverflow.com/questions/9712064/preload-some-libraries-and-scripts-in-python](https://stackoverflow.com/questions/9712064/preload-some-libraries-and-scripts-in-python) – rbrook Jan 10 '19 at 10:58

0 Answers0