Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박찬수
/
OSSW_HW2
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
박찬수
2022-04-08 00:45:50 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3b131d902053dc692fcc2ee56c1eb56e42e43485
3b131d90
0 parents
Add Echo Program
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
main.py
main.py
0 → 100644
View file @
3b131d9
def
Echo
():
msg
=
input
()
print
(
msg
)
Echo
()
\ No newline at end of file
Please
register
or
login
to post a comment