Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이재용
/
test01
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
test1
Switch branch/tag
test01
echo.py
add echo
· 09684dd1
09684dd1
Browse Files
이재용
authored
2019-10-04 19:12:42 +0900
echo.py
65 Bytes
Raw
Blame
History
Permalink
1
2
3
while
True
:
str
=
input
(
"말을 입력해주세요"
)
print
(
str
)