Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박선홍
/
Echo-Program
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
sunhong
2021-09-26 20:26:05 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4d8b9b6125200146b6cf33878de2f72fdc8b3964
4d8b9b61
0 parents
program-A
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
echo-prog.py
echo-prog.py
0 → 100644
View file @
4d8b9b6
while
(
1
):
a
=
input
(
"Input: "
)
print
(
"Output:"
,
a
)
Please
register
or
login
to post a comment