#!/usr/bin/python3 import os import sys os.system ('poweroff') sys.exit (0)