Course Content
Introduction to Python | Mobile-Friendly
Introduction to Python | Mobile-Friendly
Arithmetic Operations
Python is widely used in machine learning problems, which contain advanced math. We will start with the very basic arithmetic operations. These are:
- addition (
+
operator) - subtraction (
-
operator) - multiplication (
*
operator) - division (
/
operator)
Perform the simplest math operations:
- Add
203
and34
. - Subtract
18
from34
. - Divide
107
by19
.
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 4