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
Show 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 @@
while
True
:
print
(
input
())
a
=
input
()
if
a
==
'exit'
:
break
exit
()
\ No newline at end of file
...
...
Please
register
or
login
to post a comment