This lesson will introduce arithmetic operations in Python. In addition to basic addition, subtraction, multiplication, and division, you will learn about the differences in division between Python 2 and Python 3.
/ and // don't round they truncate.
Good catch! I'll get that corrected!