Toggle navigation
Toggle navigation
This project
Loading...
Sign in
최예리
/
Ex04-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
최예리
2019-10-04 12:30:09 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
abe712ea1dcc2817a77528510a8b0f2ad050bb0c
abe712ea
1 parent
92fd0665
edit app.py
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
app.py
app.py
View file @
abe712e
a
=
input
(
"입력:"
)
print
(
"출력:"
,
a
)
\ No newline at end of file
a
=
input
(
"If you enter 'exit', the program will exit
\n
"
)
while
a
!=
"exit"
:
a
=
input
()
\ No newline at end of file
...
...
Please
register
or
login
to post a comment