Toggle navigation
Toggle navigation
This project
Loading...
Sign in
장소원
/
gitbranch-assignment2
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
장소원
2020-09-25 17:45:12 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1d6af9b0a733ac0e213af66dabf4b77fb780063e
1d6af9b0
1 parent
0711697c
b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
echo.py
echo.py
View file @
1d6af9b
1
-
2
-
text
=
input
(
"출력할 문자를 입력하세요 : "
)
3
-
print
(
text
)
...
\ No newline at end of file
...
\ No newline at end of file
1
+
text
=
""
2
+
while
(
text
!=
"exit"
):
3
+
text
=
input
(
"출력할 문자를 입력하세요 : "
)
4
+
print
(
text
)
...
\ No newline at end of file
...
\ No newline at end of file
...
...
Please
register
or
login
to post a comment