In Python '//' operator is a floor Division operator. It is used to distinguish operands with their result as quotient representing the digits before the decimal point.

E.g. 10//5=2
10.5//5.0=2.0

BY Best Interview Question ON 31 May 2020