Toggle navigation
Toggle navigation
This project
Loading...
Sign in
SeungYoung
/
ass2
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
c9ec35c507f3089f27b377987ae16ecd9f97225c
Switch branch/tag
ass2
exit.py
create exit.py
· c9ec35c5
c9ec35c5
SeungYoung
authored
2020-09-26 00:13:56 +0900
exit.py
47 Bytes
Raw
Blame
History
Permalink
1
2
3
4
while
(
1
):
i
=
input
()
if
(
i
==
"exit"
):
break