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