Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте Arithmetic Operations | Python Basics
Introduction to Python | Mobile-Friendly
course content

Зміст курсу

Introduction to Python | Mobile-Friendly

Introduction to Python | Mobile-Friendly

1. Python Basics
2. Variables
3. Strings

book
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:

  1. Add 203 and 34 .

  2. Subtract 18 from 34 .

  3. Divide 107 by 19 .

question-icon

Fill in the blanks to complete the tasks.

# Addition
print(203
34)
# Subtraction
print(34
18)
# Division
print(107
19)
237
16
5.631578947368421

Натисніть або перетягніть елементи та заповніть пропуски

Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 1. Розділ 4

Запитати АІ

expand
ChatGPT

Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат

course content

Зміст курсу

Introduction to Python | Mobile-Friendly

Introduction to Python | Mobile-Friendly

1. Python Basics
2. Variables
3. Strings

book
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:

  1. Add 203 and 34 .

  2. Subtract 18 from 34 .

  3. Divide 107 by 19 .

question-icon

Fill in the blanks to complete the tasks.

# Addition
print(203
34)
# Subtraction
print(34
18)
# Division
print(107
19)
237
16
5.631578947368421

Натисніть або перетягніть елементи та заповніть пропуски

Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 1. Розділ 4
Ми дуже хвилюємося, що щось пішло не так. Що трапилося?
some-alt