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