Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김태영
/
branch_assignment2
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
김태영
2020-09-25 14:29:19 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
85ed0cb08aac6f85fe5eebf49ec0723f23f4d0a3
85ed0cb0
1 parent
115075eb
MODIFY : Enter ‘exit’, the program will exit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
echo.py
echo.py
View file @
85ed0cb
while
(
1
)
:
echo_text
=
input
(
"Please enter text : "
)
if
(
echo_text
==
"exit"
):
break
print
(
echo_text
)
\ No newline at end of file
...
...
Please
register
or
login
to post a comment