Toggle navigation
Toggle navigation
This project
Loading...
Sign in
문성준
/
Opensource_3_25
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:48:44 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dd3e7dece3b37c42f7faec1f5321c8ff4cd4c03e
dd3e7dec
1 parent
05f81444
project_b.py commited at exit branch
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
project_b.py
project_b.py
0 → 100644
View file @
dd3e7de
while
True
:
a
=
input
(
"If you input exit, program will end: "
)
if
a
==
"exit"
:
break
else
:
continue
\ No newline at end of file
Please
register
or
login
to post a comment