Toggle navigation
Toggle navigation
This project
Loading...
Sign in
권은령
/
ex04_assign2
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
권은령
2019-10-04 11:49:31 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ec8bd6f9b3166011e433d856ee28dcb2107c35ef
ec8bd6f9
0 parents
add echo file
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
echo.py
echo.py
0 → 100644
View file @
ec8bd6f
1
+
sentence
=
input
(
"User's Input : "
)
2
+
print
(
sentence
)
Please
register
or
login
to post a comment