Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이규성
/
echo
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
이규성
2021-04-01 17:02:18 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
698fad1162d8790dc8cefbada6d97c3ac2844b15
698fad11
1 parent
493c8b0a
add Exit Func in echo.py
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
echo.py
echo.py
View file @
698fad1
1
while
(
1
):
1
while
(
1
):
2
a
=
input
()
2
a
=
input
()
3
+
if
(
a
==
"exit"
):
4
+
break
3
print
(
a
)
5
print
(
a
)
...
...
Please
register
or
login
to post a comment