Toggle navigation
Toggle navigation
This project
Loading...
Sign in
서원석
/
OpenSourceProgramming_2018_1_Experiment4
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
seowonseok
2018-03-30 12:45:23 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
87ce1efede97dd5f028559daf2a4c227889458cb
87ce1efe
1 parent
189586ed
add file(exit.py) in b_one
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 @
87ce1ef
def
exit
(
input
):
if
(
input
==
"exit"
):
print
(
"exit"
)
else
:
print
(
"nothing"
)
text
=
input
(
"please input text: "
)
exit
(
text
)
Please
register
or
login
to post a comment