What's the difference between /and// operation | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

What's the difference between /and// operation

12th Dec 2019, 7:01 PM
___Eli__
___Eli__ - avatar
2 Respuestas
+ 2
The / operator actually performs a real division, providing a real number result. The // operator performs a so called floor division, where the division is performed and it is rounded to the smaller integer number. It is also called the integer division, as 𝕵𝖆𝖓 𝕸𝖆𝖗𝖐𝖚𝖘 stated. Happy coding!
12th Dec 2019, 8:53 PM
Gonçalo Magalhaes
Gonçalo Magalhaes - avatar
0
Thanks
13th Dec 2019, 4:58 AM
___Eli__
___Eli__ - avatar