Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
psi
/
parts
/
IfElse.py
blob: 36b3abe059a026a442157ba1346e7e7bf0bac721 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame^
]
1
# if and else
2
<
the_if
>
if
<
the_cond
>
True
:
3
<
then_stmt
>
pass
4
else
:
5
<
else_stmt
>
pass