Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
22c956b929bf98cd29cc57ddaecc593066bde86c
/
.
/
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
)