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
Files
Commits
Network
Compare
Branches
Tags
b61143660d9d8c809ec42c5e37e844b9d3831750
Switch branch/tag
Assignment2
exit.py
added exit
· b6114366
b6114366
goraki
authored
2021-09-26 18:04:51 +0900
exit.py
48 Bytes
Raw
Blame
History
Permalink
1
2
3
a
=
input
(
"input : "
)
if
a
==
"exit"
:
exit
()