Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이재용
/
test01
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
이재용
2019-10-04 19:24:47 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f515aedd210343a8037932c1d810a0d675b138f2
f515aedd
1 parent
a5f72ff7
add exit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
echo_withex.py
echo_withex.py
0 → 100644
View file @
f515aed
while
True
:
s
=
input
(
"아무말이나 입력하세요(If you enter ‘exit’, the program will exit)"
)
if
s
==
"exit"
:
break
print
(
s
)
Please
register
or
login
to post a comment