Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이수빈
/
gitbranch_assignment2
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
gitbranch_assignment2
echo.py
echo
· acef5551
acef5551
이수빈
authored
2020-09-25 12:33:13 +0900
echo.py
44 Bytes
Raw
Blame
History
Permalink
1
2
3
4
while
True
:
my
=
input
()
print
(
my
)