Toggle navigation
Toggle navigation
This project
Loading...
Sign in
노영우
/
git_branch_project
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
Young Woo
2022-04-01 00:46:40 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a7e164b175054cdd03dfb1f7203c1763060abd01
a7e164b1
1 parent
6023bcfd
from B local repo
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
B_exit_program.py
B_exit_program.py
0 → 100644
View file @
a7e164b
while
(
True
):
var
=
input
()
if
var
==
"exit"
:
exit
()
\ No newline at end of file
Please
register
or
login
to post a comment