python ⇒process —⇒thread
operating system starts a process for the python program, the instructions are managed by a thread. There is default one thread in each python process
python ⇒process —⇒thread
operating system starts a process for the python program, the instructions are managed by a thread. There is default one thread in each python process