Toggle navigation
Toggle navigation
This project
Loading...
Sign in
공재호
/
assignment0925
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
공재호
2020-09-25 12:35:26 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d2b70aafbc0d4ca90bdf2d084dab4d39135d01b8
d2b70aaf
1 parent
0d46f251
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
exit.py
exit.py
0 → 100644
View file @
d2b70aa
1
+
def
exit
():
2
+
while
(
1
):
3
+
a
=
input
()
4
+
if
(
a
==
"exit"
):
5
+
break
6
+
exit
()
...
\ No newline at end of file
...
\ No newline at end of file
Please
register
or
login
to post a comment