Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
debug
/
test_runtoline.py
blob: 804c56c4dcb494aa4c9fcafa5af01addc7a1a5fc [
file
] [
log
] [
blame
]
x
=
0
print
(
x
)
while
x
<
2
:
x
+=
1
print
(
x
)
x
+=
10
print
(
"x = %d"
%
x
)