Toggle navigation
Toggle navigation
This project
Loading...
Sign in
정수현
/
opensource-experiments04
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
정수현
2018-09-28 21:52:34 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
54bf7da3685da1ad88e44adc4dd8c294c09005c3
54bf7da3
1 parent
d23d62f2
exit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
testcase.py
testcase.py
View file @
54bf7da
1
-
b
=
input
()
1
+
import
sys
2
-
print
(
b
)
2
+
3
+
a
=
input
()
4
+
5
+
if
a
==
'exit'
:
6
+
sys
.
exit
(
1
)
7
+
else
:
8
+
print
(
a
)
...
...
Please
register
or
login
to post a comment