Toggle navigation
Toggle navigation
This project
Loading...
Sign in
허준
/
GitBranchAssignment2
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Huh
2022-10-14 21:20:09 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3f58e363b15da3445173db3e71884e9da2fea531
3f58e363
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 @
3f58e36
1
+
while
True
:
2
+
put
=
input
()
3
+
print
(
put
)
...
\ No newline at end of file
...
\ No newline at end of file
Please
register
or
login
to post a comment