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
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
echo.py
echo.py
View file @
53ebff9
1
while
True
:
1
while
True
:
2
data
=
input
()
2
data
=
input
()
3
+
if
data
==
"exit"
:
4
+
brake
5
+
else
:
3
print
(
data
)
6
print
(
data
)
...
\ No newline at end of file
...
\ No newline at end of file
...
...
Please
register
or
login
to post a comment