Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박현우
/
OOS_assign_2
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-10-04 10:17:31 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fcb4bbf4abc6bb05e54f97af48af81b0b9fa732b
fcb4bbf4
0 parents
echo
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
echo.py
echo.py
0 → 100644
View file @
fcb4bbf
1
+
def
echo
(
input
):
2
+
print
(
input
)
...
\ No newline at end of file
...
\ No newline at end of file
Please
register
or
login
to post a comment