What is floor division? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

What is floor division?

3rd May 2020, 2:07 AM
Anupriya Mishra
Anupriya Mishra - avatar
1 Réponse
+ 3
Floor division(// in python) divides 2 numbers and returns the integral part of the quotient. For example :- 5//2 = [2.5] = 2 {where [.] is greatest integer function}
3rd May 2020, 2:21 AM
Arsenic
Arsenic - avatar