Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
console
/
indent13.py
blob: 2fb2a43a93fa9f3d345a7d1ab6294e46a59a124e [
file
] [
log
] [
blame
]
def
foo
():
return
[
i
**
2
for
i
in
range
(
1
,
100
,
1
)]