Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박찬수
/
OSSW_HW2
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
박찬수
2022-04-08 01:12:28 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7a193a2b5aec97e87166948577cc4ab8eb68581e
7a193a2b
1 parent
3b131d90
Exit Func Added
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
main.py
main.py
View file @
7a193a2
def
Echo
():
msg
=
input
()
if
(
msg
==
"exit"
):
quit
()
else
:
print
(
msg
)
Echo
()
\ No newline at end of file
...
...
Please
register
or
login
to post a comment