Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김대철
/
gitbranch_experiment
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-03-26 12:52:07 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bc5a16255f96b54c04719020902475b5efb33ab4
bc5a1625
0 parents
Add echo.py
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
echo.py
echo.py
0 → 100644
View file @
bc5a162
def
echo
():
while
True
:
a
=
input
()
print
(
a
)
echo
()
Please
register
or
login
to post a comment