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
Authored by
SeungYoung
2020-09-26 00:13:56 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c9ec35c507f3089f27b377987ae16ecd9f97225c
c9ec35c5
1 parent
60cd1053
create exit.py
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 @
c9ec35c
1
+
while
(
1
):
2
+
i
=
input
()
3
+
if
(
i
==
"exit"
):
4
+
break
Please
register
or
login
to post a comment