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