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