Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이형우
/
OSS_git_branch_experiment_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
이형우
2022-03-31 01:18:03 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
03e21ec0148c3f7a7f7a6d0bab7a7b1a0b80c4fd
03e21ec0
0 parents
echo program added.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
echo.py
echo.py
0 → 100644
View file @
03e21ec
print
(
"Echo Program"
)
print
(
"Write down some words."
)
inword
=
input
()
print
(
inword
)
\ No newline at end of file
Please
register
or
login
to post a comment