I'm trying to understand the backend of the request and sys, and os modules.
I've seen or heard somewhere that python modules are pre-written python codes made to be called later in other scripts with the import command. I was just curious as to where the module source codes are located so I can read them to better understand some things in python.