Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김가영
/
OSS_Test
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
김가영
2019-03-29 11:24:40 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
489316a00503bcb5d07b326364baef467c453798
489316a0
1 parent
f805bc12
modify echo
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
echo.py
echo.py
View file @
489316a
1
a
=
input
()
1
a
=
input
()
2
print
(
a
)
2
print
(
a
)
3
+
if
(
a
==
"exit"
):
4
+
return
...
\ No newline at end of file
...
\ No newline at end of file
...
...
Please
register
or
login
to post a comment