Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
codeInsight
/
controlflow
/
conditionalexpression.py
blob: 9147a26b540cc0c66780b29e3b0ca36a09890658 [
file
] [
log
] [
blame
]
x
=
1
y
=
2
c
=
True
z
=
x
if
c
else
y