Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김지현
/
OpenSourceSW
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
jyun
2021-09-29 13:25:57 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0f366ab48690dee1f0f93ffa48aac0535f3e70ed
0f366ab4
1 parent
c59ca770
Add exit file - B repo
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
exit.py
exit.py
0 → 100644
View file @
0f366ab
import
sys
while
(
1
):
text
=
input
(
"종료를 원하시면 exit을 입력해주세요 : "
)
if
(
text
==
"exit"
):
print
(
"종료합니다"
);
sys
.
exit
()
Please
register
or
login
to post a comment