python turn off computer code example Example: how to shutdown a computer with python import os os.system("shutdown /s /t 1")