Toggle navigation
Toggle navigation
This project
Loading...
Sign in
지창언
/
GitBranchTest
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-31 22:13:01 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e16a71f89fe84584ce4940d8987811bc4914f39f
e16a71f8
1 parent
92350e02
exit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
exit.py
exit.py
0 → 100644
View file @
e16a71f
while
(
True
):
c
=
input
()
if
(
c
!=
"exit"
):
print
(
c
)
else
:
break
Please
register
or
login
to post a comment