Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박해연
/
gitbranch-assignment2
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박해연
2020-04-03 12:46:08 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a384ec4390c7eec5e0770a2ecc67d6d4d4b5471c
a384ec43
1 parent
80d20a03
Update exit.py
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
exit.py
exit.py
View file @
a384ec4
import
sys
sys
.
exit
()
a
=
input
()
if
a
==
'exit'
:
sys
.
exit
()
...
...
Please
register
or
login
to post a comment