Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이준상
/
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
Jun
2021-09-30 00:50:06 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4a25378d3c246fd9e84548808130e1cae61f0a75
4a25378d
0 parents
New file
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 @
4a25378
1
+
def
echo
(
word
):
2
+
print
(
word
)
3
+
echo
(
"test"
)
...
\ No newline at end of file
...
\ No newline at end of file
Please
register
or
login
to post a comment