Toggle navigation
Toggle navigation
This project
Loading...
Sign in
신승미
/
0925_assignment2
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Seungmi Shin
2020-09-25 23:42:54 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
295d1f5dff20e4266961518ec4f79e41e29c1636
295d1f5d
1 parent
e28c23c7
exit program
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
exit.py
exit.py
0 → 100644
View file @
295d1f5
def
exitfunc
():
com
=
input
(
"If you enter 'exit', the program will exit: "
)
if
(
com
==
'exit'
):
return
print
(
"If you enter 'exit', the program will exit "
)
return
exitfunc
()
\ No newline at end of file
Please
register
or
login
to post a comment