Toggle navigation
Toggle navigation
This project
Loading...
Sign in
은승우
/
test01
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
은승우
2019-10-04 17:10:43 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c103802f2f079c8fc59bf68267caa2d2e2ee58b5
c103802f
1 parent
20d96660
exit.py
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
3/exit.py
3/exit.py
0 → 100644
View file @
c103802
a
=
input
(
"If you enter ‘exit’, the program will exit"
)
while
(
a
!=
"exit"
):
a
=
input
(
"If you enter ‘exit’, the program will exit"
)
Please
register
or
login
to post a comment