import os def reboot_system(): os.system('sudo reboot') def shutdown_system(): os.system('sudo shutdown now')