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:49:59 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
06beb67f1c92c0ccfb43890818379374d4f4c0ed
06beb67f
1 parent
991bdc5a
-change parameter a to b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
echo.py
echo.py
View file @
06beb67
a
=
input
()
if
(
a
==
"A"
):
b
=
input
()
if
(
b
==
"A"
):
print
(
"A"
)
elif
(
a
==
"B"
):
elif
(
b
==
"B"
):
print
(
"B"
)
else
:
print
(
"error"
)
...
...
Please
register
or
login
to post a comment