We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf1a72a commit bab9b93Copy full SHA for bab9b93
0x09-Shutdown/main.py
@@ -8,7 +8,7 @@ def systemOffRestart():
8
import os
9
print("enter r for restart")
10
print("enter s for shutdown")
11
- print("enter any key for exot")
+ print("enter any key for exit")
12
13
option = input("enter your option")
14
if option == "r":
0 commit comments