Toggle navigation
Toggle navigation
This project
Loading...
Sign in
송민철
/
Assignment-3-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-09-29 12:06:44 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
98e7a6e9577deeb78743a7cc1abf306e94eca1f6
98e7a6e9
0 parents
adding file
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
echo.py
echo.py
0 → 100644
View file @
98e7a6e
print
(
"This is a echo program"
)
while
(
True
):
a
=
input
()
print
(
a
)
\ No newline at end of file
Please
register
or
login
to post a comment