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
Files
Commits
Network
Compare
Branches
Tags
4a25378d3c246fd9e84548808130e1cae61f0a75
Switch branch/tag
assignment2
echo.py
New file
· 4a25378d
4a25378d
Jun
authored
2021-09-30 00:50:06 +0900
echo.py
44 Bytes
Raw
Blame
History
Permalink
1
2
3
def
echo
(
word
):
print
(
word
)
echo
(
"test"
)