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
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
haenim
2020-09-25 16:40:49 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4f8ecb58c50bb017b1e01d4014caede75b687634
4f8ecb58
0 parents
echo
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
echo.py
echo.py
0 → 100644
View file @
4f8ecb5
1
+
def
echo
():
2
+
i
=
input
(
"입력해주세요: "
)
3
+
print
(
i
)
4
+
5
+
echo
()
6
+
Please
register
or
login
to post a comment