Toggle navigation
Toggle navigation
This project
Loading...
Sign in
정병석
/
2018102229_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
Jeongbyeongseok
2021-09-25 22:15:11 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8609474bec60ff4afcc37b2b1d3ca39ba5144a8b
8609474b
0 parents
echo program
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
echo.py
echo.py
0 → 100644
View file @
8609474
def
main
():
print
(
"2018102229 정병석"
)
print
(
"Hello world"
)
main
()
\ No newline at end of file
Please
register
or
login
to post a comment