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:31:01 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e55eac0ea4be27eedb95e0434c641a6f05acc735
e55eac0e
1 parent
3f58e363
Modify echo.py
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
echo.py
echo.py
View file @
e55eac0
while
True
:
put
=
input
()
print
(
put
)
if
(
put
==
"exit"
):
break
\ No newline at end of file
...
...
Please
register
or
login
to post a comment