Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김민중
/
Assignment2
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
MinJungK
2020-04-03 13:46:02 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b74c5d2a5367a35299ceccd0e2f46df56bc4b537
b74c5d2a
1 parent
871a3663
exit program add
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
exit.py
exit.py
0 → 100644
View file @
b74c5d2
import
sys
while
True
:
text
=
input
(
"insert 'exit'... then this program will exit... : "
)
if
text
==
'exit'
:
sys
.
exit
()
Please
register
or
login
to post a comment