Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김형률
/
2018_1_opensource
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
김형률
2018-03-30 10:54:10 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
640270aa828877a93fa2a3f91309e5389baef2da
640270aa
1 parent
06beb67f
-add exit func
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
echo.py
echo.py
View file @
640270a
...
...
@@ -3,5 +3,7 @@ if (b=="A"):
print
(
"A"
)
elif
(
b
==
"B"
):
print
(
"B"
)
elif
(
b
==
"exit"
):
print
(
"exit"
)
else
:
print
(
"error"
)
...
...
Please
register
or
login
to post a comment