Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박솔희
/
B
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
Solhee
2020-09-25 23:13:50 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
66c969b640f3ed078b97af5ebed47c1dc28c03dc
66c969b6
1 parent
683797cd
exit added
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
echo.py
echo.py
View file @
66c969b
1
+
import
sys
2
+
3
+
1
input0
=
input
()
4
input0
=
input
()
2
5
6
+
if
input0
==
"exit"
:
7
+
sys
.
exit
()
8
+
3
print
(
input0
)
9
print
(
input0
)
...
\ No newline at end of file
...
\ No newline at end of file
...
...
Please
register
or
login
to post a comment