Toggle navigation
Toggle navigation
This project
Loading...
Sign in
서원석
/
OpenSourceProgramming_2018_1_Experiment4
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
master
Switch branch/tag
OpenSourceProgramming_2018_1_Experiment4
echo.py
add file(echo.py)
· 189586ed
189586ed
Browse Files
seowonseok
authored
2018-03-30 12:35:22 +0900
echo.py
45 Bytes
Raw
Blame
History
Permalink
1
2
input
=
input
(
"Please input: "
)
print
(
input
)