Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이서현
/
oss_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
Seohyeon Lee
2020-04-03 13:12:54 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
435b240fcfa667442d435f3d6c0523b42005c4c2
435b240f
1 parent
81873c86
file echo.py modify
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
echo.py
echo.py
View file @
435b240
1
-
1
+
import
sys
2
2
3
a
=
input
(
"문자 입력"
)
3
a
=
input
(
"문자 입력"
)
4
+
if
a
==
"exit"
:
5
+
sys
.
exit
()
4
print
(
a
)
6
print
(
a
)
...
\ No newline at end of file
...
\ No newline at end of file
...
...
Please
register
or
login
to post a comment