1import mymodule #Ex : tkinter, turtle, etc...
2#If you want import a module who isn't in Python (PyGame, QWidgets)
3#and you have PyCharm, write : "pip install mymodule", wait the installation
4#and write in interpreter : import mymodule, for other ide, search on
5#forums