From bab9b9339617f86f9800a8f14d74564d79fe4465 Mon Sep 17 00:00:00 2001 From: Nikita <134646828+wcupped@users.noreply.github.com> Date: 2025年1月18日 01:17:45 +0300 Subject: [PATCH] Update main.py Fixed typo 11 line: before: print("enter any key for exot") after: print("enter any key for exit") --- 0x09-Shutdown/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0x09-Shutdown/main.py b/0x09-Shutdown/main.py index ef08bc5..148c2dc 100644 --- a/0x09-Shutdown/main.py +++ b/0x09-Shutdown/main.py @@ -8,7 +8,7 @@ def systemOffRestart(): import os print("enter r for restart") print("enter s for shutdown") - print("enter any key for exot") + print("enter any key for exit") option = input("enter your option") if option == "r":