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
Authored by
김영곤
2020-09-25 14:03:27 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
905cb9667678f162f104b19584bfc38b834393ab
905cb966
0 parents
echo.py added
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
echo.py
echo.py
0 → 100644
View file @
905cb96
print
(
"Enter : "
,
end
=
''
)
echo
=
input
()
print
(
"Echo : "
,
echo
)
\ No newline at end of file
Please
register
or
login
to post a comment