Toggle navigation
Toggle navigation
This project
Loading...
Sign in
천현우
/
1000chw
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
0730373fcf3480d035bea6d0d34f39d17d468630
Switch branch/tag
1000chw
exit.py
exit add
· 0730373f
0730373f
천현우
authored
2021-03-31 18:26:32 +0900
exit.py
62 Bytes
Raw
Blame
History
Permalink
1
2
3
4
while
True
:
x
=
input
()
if
x
==
"exit"
:
break