Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김혁우
/
gitbranch-assignment02
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
Hyukwoo Kim
2020-09-25 18:41:46 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d0562dd068a4705ac9cbc8d2a2ef2eed80f836ce
d0562dd0
1 parent
4c5f4843
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
echo.py
echo.py
View file @
d0562dd
...
@@ -3,4 +3,5 @@ a = input()
...
@@ -3,4 +3,5 @@ a = input()
3
if
(
a
==
"exit"
):
3
if
(
a
==
"exit"
):
4
exit
()
4
exit
()
5
else
:
5
else
:
6
+
print
(
"입력한 글자 출력"
)
6
print
(
a
)
7
print
(
a
)
...
...
Please
register
or
login
to post a comment