Toggle navigation
Toggle navigation
This project
Loading...
Sign in
정병석
/
2018102229_Assignment2
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
Jeongbyeongseok
2021-09-25 23:32:58 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
904778b8319219f5f645c2cabc3306c57cea7e7c
904778b8
1 parent
8609474b
echo program 2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
echo.py
echo.py
View file @
904778b
1
def
main
():
1
def
main
():
2
+
n
=
input
(
"Enter exit if you want : "
)
3
+
if
(
n
==
"exit"
or
n
==
"Exit"
):
4
+
return
5
+
2
print
(
"2018102229 정병석"
)
6
print
(
"2018102229 정병석"
)
3
print
(
"Hello world"
)
7
print
(
"Hello world"
)
4
8
...
...
Please
register
or
login
to post a comment