Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김대철
/
gitbranch_experiment
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-03-26 12:55:44 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
338d587b009a75bde3e7b620b2de0272daae1ac7
338d587b
1 parent
bc5a1625
Implement Exit
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
echo.py
echo.py
View file @
338d587
def
echo
():
while
True
:
a
=
input
()
if
a
==
'exit'
:
break
print
(
a
)
...
...
Please
register
or
login
to post a comment