Toggle navigation
Toggle navigation
This project
Loading...
Sign in
정민우
/
remoteTest
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-04-01 21:24:53 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
422b76d88f4fbf4cc88baa257fc3138cb806d401
422b76d8
1 parent
cc0e8975
add exit function
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
echo.py
echo.py
View file @
422b76d
userInput
=
input
()
print
(
userInput
)
while
True
:
userInput
=
input
()
if
userInput
==
"exit"
:
exit
()
else
:
print
(
userInput
)
...
...
Please
register
or
login
to post a comment