Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
22c956b929bf98cd29cc57ddaecc593066bde86c
/
.
/
python
/
testData
/
codeInsight
/
controlflow
/
conditionalexpression.py
blob: 9147a26b540cc0c66780b29e3b0ca36a09890658 [
file
] [
log
] [
blame
]
x
=
1
y
=
2
c
=
True
z
=
x
if
c
else
y