Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
debug
/
test_exceptbreak.py
blob: 46b0ebcb22b50425854864c846ff98e810ec7c7e [
file
] [
log
] [
blame
]
def
foo
(
x
):
return
1
/
x
def
zoo
(
x
):
res
=
foo
(
x
)
return
res
print
(
zoo
(
0
))