Sign in
android
/
platform
/
external
/
python
/
pylint
/
612950b6eae36a543f4645d743f5fd02839c9788
/
.
/
tests
/
functional
/
o
/
old_division_manually.py
blob: 4eb48e93cde2c7c5508b7bee2700fa997637b551 [
file
] [
log
] [
blame
]
from
__future__
import
division
,
print_function
print
(
1
/
3
)