Toggle navigation
Toggle navigation
This project
Loading...
Sign in
오수빈
/
assignment0326_1
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
오수빈
2021-03-27 11:30:52 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
102c0ec9ed4878a736fbfc40287e3217d727301d
102c0ec9
0 parents
initial commit
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 @
102c0ec
v
=
input
(
"입력 : "
)
print
(
"출력 : "
+
v
)
Please
register
or
login
to post a comment