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