Computer >> Computer tutorials >  >> Programming >> Python

How can import python module in IDE environment available in tutorialspoint?


You can import any built-in module while writing Python script using TutorialsPoint's online IDE. For example you can import time, sys, os, re modules. However, the modules that are not bundled with the distribution - the one which needs to be installed using package managers like pip or conda - can not be imported.