Toggle navigation
Toggle navigation
This project
Loading...
Sign in
채지성
/
assignment2
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
채지성
2022-03-31 15:07:55 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c52359a0faf3674994f3d73410f9d44ff03e8720
c52359a0
1 parent
acfa863a
B
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
echo.py
echo.py
View file @
c52359a
print
(
input
())
\ No newline at end of file
a
=
input
()
if
a
!=
"exit"
:
print
(
a
)
\ No newline at end of file
...
...
Please
register
or
login
to post a comment