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
Authored by
천현우
2021-03-31 18:26:32 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0730373fcf3480d035bea6d0d34f39d17d468630
0730373f
1 parent
c34a7cbc
exit add
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
exit.py
exit.py
0 → 100644
View file @
0730373
while
True
:
x
=
input
()
if
x
==
"exit"
:
break
Please
register
or
login
to post a comment