Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
02cf98d65c798d368fcec43ed64a001d513bdd4f
/
.
/
python
/
testData
/
codeInsight
/
controlflow
/
exit.py
blob: 12c0b835ee380790bceb314b7e0ea15a188f9ba1 [
file
] [
log
] [
blame
]
a
=
read
()
if
a
.
startswith
(
"Exit"
):
exit
(
a
[
5
,].
to_i
)
else
:
print
a
exit
(
0
)