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.

Related questions

+2 votes
asked Jan 1, 2022 in Python by sharadyadav1986
0 votes
asked Jan 1, 2021 in Python by SakshiSharma
...