0 votes
in Python by
What is the use of the // operator in Python?

1 Answer

0 votes
by
Using the // operator between 2 numbers gives the quotient when the numerator is divided from the denominator. It is called the Floor Division operator. It is one of the general questions from the Python interview questions and answers guide.
...