Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (2.2k points)

Could someone tell me what is Floor Division in Python?

1 Answer

0 votes
by (3.9k points)

Floor Division could be described as the normal division operation, which when applied returns the largest possible integer, which might be less than or equal to what the normal division operator returns. Floor Division in Python is an operator, and it is denoted as “//”. This operator could be used to return both integers as well as floating integers. If you wish to get yourself certified in Python, I would recommend you to take up the Python certification course, from Intellipaat. Also, watch the following video on Python Full Course.

Related questions

0 votes
1 answer
asked Feb 24, 2021 in Python by laddulakshana (16.4k points)
0 votes
1 answer
asked Aug 30, 2019 in Python by Sammy (47.6k points)
0 votes
1 answer
0 votes
1 answer
asked Sep 24, 2019 in Python by Sammy (47.6k points)

Browse Categories

...