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:55:22 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
21795598090235d953e613b34f184236f2d13b92
21795598
2 parents
06beb67f
640270aa
Merge branch 'make_exit' into 'master'
-add exit func See merge request
!1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
echo.py
echo.py
View file @
2179559
...
@@ -3,5 +3,7 @@ if (b=="A"):
...
@@ -3,5 +3,7 @@ if (b=="A"):
3
print
(
"A"
)
3
print
(
"A"
)
4
elif
(
b
==
"B"
):
4
elif
(
b
==
"B"
):
5
print
(
"B"
)
5
print
(
"B"
)
6
+
elif
(
b
==
"exit"
):
7
+
print
(
"exit"
)
6
else
:
8
else
:
7
print
(
"error"
)
9
print
(
"error"
)
...
...
Please
register
or
login
to post a comment