Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이유제
/
Oss_assignment2-2
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
e8ca56bb9795bd00fffff4dcef1f0f4559044bb7
Switch branch/tag
Oss_assignment2-2
echo.py
commit echo.py
· e8ca56bb
e8ca56bb
Browse Files
YujeLee
authored
2020-09-25 15:26:43 +0900
echo.py
43 Bytes
Raw
Blame
History
Permalink
1
2
3
while
(
True
):
a
=
input
(
">>"
)
print
(
a
)