Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
console
/
indent13.after.py
blob: 2fb2a43a93fa9f3d345a7d1ab6294e46a59a124e [
file
] [
log
] [
blame
]
def
foo
():
return
[
i
**
2
for
i
in
range
(
1
,
100
,
1
)]