Toggle navigation
Toggle navigation
This project
Loading...
Sign in
seungmin lee
/
oss_git_echo
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
seungmin lee
2020-09-25 20:51:34 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
04b01d1da041ef3aaa2a9693ffd2df84539e5cdd
04b01d1d
1 parent
d4556113
updated to echo v2(added exit func)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
echo.py
echo.py
View file @
04b01d1
1
echo
=
input
(
"say : "
)
1
echo
=
input
(
"say : "
)
2
+
if
(
echo
==
'exit'
):
3
+
print
(
"exiting..."
)
4
+
exit
()
2
print
(
echo
)
5
print
(
echo
)
...
\ No newline at end of file
...
\ No newline at end of file
...
...
Please
register
or
login
to post a comment