Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박선하
/
Git_Branch
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
박선하
2021-09-30 04:00:49 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2014d29b133c9599f62c8e62fbd2b700015870ae
2014d29b
0 parents
Echo program
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
echo.py
echo.py
0 → 100644
View file @
2014d29
1
+
print
(
"*Input text*"
+
'
\n
'
)
2
+
3
+
text
=
input
()
4
+
print
(
text
)
Please
register
or
login
to post a comment