Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
0f831a730c50607e2ffd95020875af6185e17734
/
.
/
python
/
testData
/
console
/
indent4.after.py
blob: 0c4dd41ac84c1541fb1d0d139128f996405d7928 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame
]
1
print
1
2
for
j
in
range
(
0
,
2
):
3
for
i
in
range
(
1
,
10
):
4
print
i
5
print
'!'