Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이규호
/
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
Files
Commits
Network
Compare
Branches
Tags
master
Switch branch/tag
Assignment2
echo.py
echo
· 5b2f73e2
5b2f73e2
GyuhoLee
authored
2019-10-04 15:23:42 +0900
echo.py
35 Bytes
Raw
Blame
History
Permalink
1
2
3
while
True
:
a
=
input
()
print
(
a
)