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
2e751e553bf6684fa9f0c82d6cfc14a2e725093d
Switch branch/tag
OpenSourceProgramming_2018_1_Experiment4
echo.py
new file(echo.py) in master branch
· 2e751e55
2e751e55
Browse Files
seowonseok
authored
2018-03-30 12:26:35 +0900
echo.py
45 Bytes
Raw
Blame
History
Permalink
1
2
input
=
input
(
"Please input: "
)
print
(
input
)