Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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
)