Current Path :
/
opt
/
alt
/
python37
/
lib64
/
python3.7
/
idlelib
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/alt/python37/lib64/python3.7/idlelib/__main__.py
""" IDLE main entry point Run IDLE as python -m idlelib """ import idlelib.pyshell idlelib.pyshell.main() # This file does not work for 2.7; See issue 24212.