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:15:30 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
641d41204ce240abe202d2240a6f014324df6b54
641d4120
1 parent
98e7a6e9
If you enter 'exit', the program will exit
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
echo.py
echo.py
View file @
641d412
print
(
"This is a echo program"
)
print
(
"If you enter 'exit', the program will exit"
)
while
(
True
):
a
=
input
()
if
(
a
==
"exit"
):
break
print
(
a
)
\ No newline at end of file
...
...
Please
register
or
login
to post a comment