Perform Math Operations in Python

Will Button
InstructorWill Button

Share this video with your friends

Send Tweet

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.

Stephen James
Stephen James
~ 7 years ago

/ and // don't round they truncate.

Will Button
Will Buttoninstructor
~ 7 years ago

Good catch! I'll get that corrected!