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