Toggle navigation
Toggle navigation
This project
Loading...
Sign in
유명현
/
OSS_git_branch_experiments
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
228916dffb9f997dc45515b0ba19bb3b792e8ebe
Switch branch/tag
OSS_git_branch_experiments
echo.py
ADD: echo.py
· 228916df
228916df
Browse Files
DevLeti
authored
2022-03-25 12:04:16 +0900
echo.py
38 Bytes
Raw
Blame
History
Permalink
1
2
3
while
(
True
):
i
=
input
(
""
)
print
(
i
)