Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박건희
/
Echo
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
박건희
2022-03-30 04:35:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
53ebff9c1266f2a3f0bc7e06a534a699b668c929
53ebff9c
1 parent
16ac761b
echo code with exit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
echo.py
echo.py
View file @
53ebff9
while
True
:
data
=
input
()
print
(
data
)
\ No newline at end of file
if
data
==
"exit"
:
brake
else
:
print
(
data
)
\ No newline at end of file
...
...
Please
register
or
login
to post a comment