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.

Updated on: 30-Jul-2019

548 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements