Toggle navigation
Toggle navigation
This project
Loading...
Sign in
허준
/
GitBranchAssignment2
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
3f58e363b15da3445173db3e71884e9da2fea531
Switch branch/tag
GitBranchAssignment2
echo.py
Add echo.py
· 3f58e363
3f58e363
Browse Files
Huh
authored
2022-10-14 21:20:09 +0900
echo.py
44 Bytes
Raw
Blame
History
Permalink
1
2
3
while
True
:
put
=
input
()
print
(
put
)