Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
psi
/
parts
/
IfElse.py
blob: 36b3abe059a026a442157ba1346e7e7bf0bac721 [
file
] [
log
] [
blame
]
# if and else
<
the_if
>
if
<
the_cond
>
True
:
<
then_stmt
>
pass
else
:
<
else_stmt
>
pass