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
203and34. - Subtract
18from34. - Divide
107by19.
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 1. Kapittel 4
Spør AI
Spør AI
Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår
Fantastisk!
Completion rate forbedret til 4
Arithmetic Operations
Sveip for å vise menyen
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
203and34. - Subtract
18from34. - Divide
107by19.
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 1. Kapittel 4