Toggle navigation
Toggle navigation
This project
Loading...
Sign in
오명준
/
branch_assignment
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
오명준
2021-09-30 22:38:58 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6e92321433fdc1ec12255681c29d72d58b437f05
6e923214
1 parent
23c76bb4
file modified
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
echo.py
echo.py
View file @
6e92321
w
hile
True
:
word
=
input
()
w
ord
=
input
()
while
word
!=
"exit"
:
print
(
word
)
word
=
input
()
...
...
Please
register
or
login
to post a comment