Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이혜인
/
branch_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-30 01:31:16 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ac4c360ece49215650a8cf384904a63ddf98011a
ac4c360e
1 parent
23daf6c0
adding exit func
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
echo_program.py
echo_program.py
View file @
ac4c360
def
Exit
(
data
):
if
(
data
==
"exit"
):
quit
()
while
(
True
):
data
=
input
(
"enter the data:
\n
"
)
Exit
(
data
)
print
(
data
)
...
...
Please
register
or
login
to post a comment