Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Ko Jaemin
/
test_branch
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
Ko Jaemin
2021-03-27 16:47:53 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1ca563c255f751ff1afd8e36d9e3779cce2af210
1ca563c2
1 parent
7d7985e2
Add exit function
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
eco.py
eco.py
View file @
1ca563c
text
=
input
(
"Enter the word: "
)
if
(
text
==
"exit"
):
exit
()
print
(
text
)
...
...
Please
register
or
login
to post a comment