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
Jun
2021-09-30 01:15:11 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
691868dcdf5aedf87a29e99990af139fb38d46b8
691868dc
1 parent
4a25378d
create exit program
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
echo.py
echo.py
View file @
691868d
def
echo
(
word
):
if
word
==
"exit"
:
print
(
"the program exit"
)
exit
()
print
(
word
)
echo
(
"test"
)
\ No newline at end of file
echo
(
"test"
)
...
...
Please
register
or
login
to post a comment