Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Division | Numeric Types
Python Data Types
SectionΒ 1. ChapterΒ 9
single

single

bookDivision

Swipe to show menu

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
Task

Swipe to start coding

You have 2 complex numbers, divide them.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 1. ChapterΒ 9
single

single

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

some-alt