Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이선호
/
Assignment
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이선호
2021-09-26 13:38:33 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
92776a3cc213441e36700d926aeff442493a2f8c
92776a3c
1 parent
ca623c36
exitB
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
exit.py
exit.py
0 → 100644
View file @
92776a3
import
os
import
sys
a
=
input
(
"프로그램 종료를 원하시면 Exit를 입력하시오 : "
)
if
(
a
==
"Exit"
or
a
==
"exit"
):
sys
.
exit
(
"프로그램이 종료됩니다."
)
else
:
os
.
system
(
"Pause"
)
Please
register
or
login
to post a comment