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
Files
Commits
Network
Compare
Branches
Tags
0711697c1dc6c55480dc16f07f7ba803fb4e8b05
Switch branch/tag
gitbranch-assignment2
echo.py
a
· 0711697c
0711697c
Browse Files
장소원
authored
2020-09-25 17:38:26 +0900
echo.py
65 Bytes
Raw
Blame
History
Permalink
1
2
3
text
=
input
(
"출력할 문자를 입력하세요 : "
)
print
(
text
)