Toggle navigation
Toggle navigation
This project
Loading...
Sign in
배지승
/
assignment
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
qowltmd
2021-03-31 10:55:32 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1cf53cdc6ba1d285e87959c5bafe3db005dd5bf9
1cf53cdc
1 parent
eea820ec
Exit Function
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
echo.py
echo.py
View file @
1cf53cd
if
__name__
==
'__main__'
:
text
=
input
(
"Enter : "
)
print
(
"$$$ "
,
text
,
" $$$"
)
\ No newline at end of file
if
(
text
!=
"exit"
):
#EXIT
print
(
"$$$ "
,
text
,
" $$$"
)
\ No newline at end of file
...
...
Please
register
or
login
to post a comment