Toggle navigation
Toggle navigation
This project
Loading...
Sign in
노강호
/
assignment4_2
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:34:04 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
14b4dc4148fb21cd3a0f6b7e3058e1c930b8ee96
14b4dc41
0 parents
create 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 @
14b4dc4
def
main
():
while
(
1
):
inp
=
input
()
print
(
inp
)
main
()
Please
register
or
login
to post a comment