Skip to content

Commit bab9b93

Browse files
authored
Update main.py
Fixed typo 11 line: before: print("enter any key for exot") after: print("enter any key for exit")
1 parent bf1a72a commit bab9b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0x09-Shutdown/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def systemOffRestart():
88
import os
99
print("enter r for restart")
1010
print("enter s for shutdown")
11-
print("enter any key for exot")
11+
print("enter any key for exit")
1212

1313
option = input("enter your option")
1414
if option == "r":

0 commit comments

Comments
 (0)