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:38:02 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
33e7360b51f894178aa35c7e5c8d969e2e15cde5
33e7360b
1 parent
4d8b9b61
program-B
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
echo-prog.py
echo-prog.py
View file @
33e7360
while
(
1
):
a
=
input
(
"Input: "
)
print
(
"Output:"
,
a
)
if
a
!=
"exit"
:
print
(
"Output:"
,
a
)
else
:
break
...
...
Please
register
or
login
to post a comment