Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이혜연
/
branch_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
hyeyeon-sun
2020-04-03 20:14:12 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5d6b5752930c039135d00762f2f8e2af5787e5f3
5d6b5752
1 parent
91d51cbe
file exitfunction.py added
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
exitfunction.py
exitfunction.py
0 → 100644
View file @
5d6b575
print
(
"if you enter exit, thie program will exit"
)
a
=
str
(
input
())
if
(
a
==
"exit"
):
exit
()
\ No newline at end of file
Please
register
or
login
to post a comment