Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김상화
/
Assignment2
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 16:38:33 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d105610d28db67adfb3298550b74ce861815ab26
d105610d
1 parent
b1431d9f
input_program_exit upload
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
input_program_exit.py
input_program_exit.py
0 → 100644
View file @
d105610
while
True
:
a
=
input
(
"출력할 문자를 입력하세요 : "
)
if
a
==
"exit"
:
print
(
"프로그램이 종료됩니다."
)
break
print
(
a
)
\ No newline at end of file
Please
register
or
login
to post a comment