Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python divide floor

In Python 3.0
5 // 2 floor division will return 2.
5 / 2 floating point division will return 2.5
 
PREVIOUS NEXT
Tagged: #python #divide #floor
ADD COMMENT
Topic
Name
2+2 =