Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
debug
/
test1.py
blob: f65495913ff421093cd2c483353d19378a7ffcce [
file
] [
log
] [
blame
]
i
=
0
while
True
:
print
(
i
)
i
=
i
+
1