Division
We have to use an operator /
to divide numbers.
We can divide all numbers, namely: integers, complex, floating point.
Input:
num_1 = 35
num_2 = 7
division = num_1/num_2
print(f'The division of {num_1} and {num_2} is {division }')
Output:
The division of 35 and 7 is 5.0
Завдання
Swipe to start coding
You have 2 complex numbers, divide them.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 1. Розділ 9
single
Запитати АІ
Запитати АІ
Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат
Suggested prompts:
Сумаризуйте цей розділ
Пояснити код у file
Пояснити, чому file не вирішує завдання
Awesome!
Completion rate improved to 3.85
Division
Свайпніть щоб показати меню
We have to use an operator /
to divide numbers.
We can divide all numbers, namely: integers, complex, floating point.
Input:
num_1 = 35
num_2 = 7
division = num_1/num_2
print(f'The division of {num_1} and {num_2} is {division }')
Output:
The division of 35 and 7 is 5.0
Завдання
Swipe to start coding
You have 2 complex numbers, divide them.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Awesome!
Completion rate improved to 3.85Секція 1. Розділ 9
single