Toggle navigation
Toggle navigation
This project
Loading...
Sign in
고혜연
/
Assignment
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
고혜연
2021-04-01 03:19:50 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
370db60415d5adf0cb322e77920ede1ea30f12bd
370db604
1 parent
33242092
exit_function
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
echo_program.py
echo_program.py
View file @
370db60
...
@@ -5,5 +5,7 @@
...
@@ -5,5 +5,7 @@
5
5
6
6
7
while
True
:
7
while
True
:
8
-
print
(
input
())
8
+
a
=
input
()
9
-
9
+
if
a
==
'exit'
:
10
+
break
11
+
exit
()
...
\ No newline at end of file
...
\ No newline at end of file
...
...
Please
register
or
login
to post a comment