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:46:03 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
991bdc5ac9b40a8b06393d94b24332b5eb617c3d
991bdc5a
1 parent
83630c64
-make echo program
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
echo.py
echo.py
0 → 100644
View file @
991bdc5
a
=
input
()
if
(
a
==
"A"
):
print
(
"A"
)
elif
(
a
==
"B"
):
print
(
"B"
)
else
:
print
(
"error"
)
Please
register
or
login
to post a comment