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
Tâche
Swipe to start coding
You have 2 complex numbers, divide them.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 9
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion
Awesome!
Completion rate improved to 3.85
Division
Glissez pour afficher le 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
Tâche
Swipe to start coding
You have 2 complex numbers, divide them.
Solution
Tout était clair ?
Merci pour vos commentaires !
Awesome!
Completion rate improved to 3.85Section 1. Chapitre 9
single