Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍진섭
/
branchAssignment2
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-03-27 14:27:49 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f90227153a47b97b1269212d184c7b8a9efcf573
f9022715
1 parent
0e637db0
update echo program -- 20210327 14:27
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
echo_py.py
echo_py.py
View file @
f902271
print
(
"
\n
Entered sentence : "
+
input
(
"input any sentence : "
))
while
True
:
print
(
"
\n
Entered sentence : "
+
input
(
"input any sentence : "
)
+
'
\n
'
)
...
...
Please
register
or
login
to post a comment