Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이민영
/
GitBranch_Assign2
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-12-05 22:14:20 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7108a22a4c0f5a43a43df883ec69309913285e06
7108a22a
1 parent
94ffd492
Add exit branch
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
echo.py
echo.py
View file @
7108a22
echo
=
input
(
"아무거나 적어라 : "
)
print
(
echo
)
\ No newline at end of file
if
(
echo
==
"exit"
):
exit
()
else
:
print
(
echo
)
...
...
Please
register
or
login
to post a comment