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
Authored by
DevLeti
2022-03-25 12:04:16 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
228916dffb9f997dc45515b0ba19bb3b792e8ebe
228916df
0 parents
ADD: echo.py
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
echo.py
echo.py
0 → 100644
View file @
228916d
while
(
True
):
i
=
input
(
""
)
print
(
i
)
Please
register
or
login
to post a comment