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
Authored by
YujeLee
2020-09-25 15:26:43 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e8ca56bb9795bd00fffff4dcef1f0f4559044bb7
e8ca56bb
0 parents
commit echo.py
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
echo.py
echo.py
0 → 100644
View file @
e8ca56b
while
(
True
):
a
=
input
(
">>"
)
print
(
a
)
\ No newline at end of file
Please
register
or
login
to post a comment