Toggle navigation
Toggle navigation
This project
Loading...
Sign in
손수민
/
clone_assignment
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
SuminSSon
2022-03-31 01:26:59 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
007711cc20145ee234310e1d04fd560f30857091
007711cc
0 parents
exit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
exit.py
exit.py
0 → 100644
View file @
007711c
import
os
while
(
1
):
inp
=
input
(
"입력: "
)
if
(
inp
==
"exit"
):
os
.
_exit
(
1
)
\ No newline at end of file
Please
register
or
login
to post a comment