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