Toggle navigation
Toggle navigation
This project
Loading...
Sign in
오명준
/
branch_assignment
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
master
Switch branch/tag
branch_assignment
echo.py
file added
· 205e2f65
205e2f65
오명준
authored
2021-09-30 22:30:28 +0900
echo.py
47 Bytes
Raw
Blame
History
Permalink
1
2
3
while
True
:
word
=
input
()
print
(
word
)