Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
psi
/
parts
/
While.py
blob: 6e51effa0e262e284ce5c75687ea0dddbcb87449 [
file
] [
log
] [
blame
]
# while stmt
<
stmt
>
while
<
cond
>
True
:
pass
e
<
else
>
lse
:
pass