Home
Press ? for keyboard navigation
❮
Convertig from Python 2 to Python 3
print in Python 2
❯
division
division
examples/2to3/div2.py
print
3
/
2
# 1
examples/2to3/div3.py
from
__future__
import
division
print
3
/
2
# 1.5
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)