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:51:43 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
eea820eca1566b32a3ef37d262a69384322b7807
eea820ec
0 parents
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 @
eea820e
if
__name__
==
'__main__'
:
text
=
input
(
"Enter : "
)
print
(
"$$$ "
,
text
,
" $$$"
)
\ No newline at end of file
Please
register
or
login
to post a comment