Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김민중
/
Assignment_Week2
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
ToLive
2021-04-01 13:53:08 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9cc695a906e2a7eb4b0e85889c7a6649218d04a6
9cc695a9
0 parents
echo.py added
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
echo.py
echo.py
0 → 100644
View file @
9cc695a
1
+
my_echo
=
input
(
"입력 : "
)
2
+
print
(
my_echo
)
Please
register
or
login
to post a comment