Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이수빈
/
gitbranch_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
이수빈
2020-09-25 13:00:44 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f4c36d6c44fa05a17412f533a41c9e462e4fd54f
f4c36d6c
1 parent
acef5551
exit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
echo.py
echo.py
View file @
f4c36d6
import
sys
def
exit
():
sys
.
exit
()
while
True
:
my
=
input
()
if
(
my
==
"exit"
):
exit
()
print
(
my
)
\ No newline at end of file
...
...
Please
register
or
login
to post a comment