Skip to content

Commit 9e41dea

Browse files
CHALLENGE 115 - STARTED AND COMPLETED 96% (NINE PERCENT)
1 parent ceb4177 commit 9e41dea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MiniSystem/system/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def option():
5252
if(choice == 3):
5353
from time import sleep
5454
sleep(2)
55-
print("Quiting of the System so long")
55+
print("Logging out of the System so far!")
5656
# else:
5757
# while (choice > 3 or choice < 0):
5858
# print("\033[0;31mERROR!\033[m")
@@ -85,4 +85,4 @@ def regPeop():
8585
menu("PRINCIPAL MENU")
8686

8787
# menu("PRINCIPAL MENU")
88-
# option()
88+
# option()

0 commit comments

Comments
 (0)