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
Files
Commits
Network
Compare
Branches
Tags
exit
Switch branch/tag
gitbranch-assignment2
exit.py
Update exit.py
· a384ec43
a384ec43
박해연
authored
2020-04-03 12:46:08 +0900
exit.py
50 Bytes
Raw
Blame
History
Permalink
1
2
3
4
import
sys
a
=
input
()
if
a
==
'exit'
:
sys
.
exit
()