Mention the use of // operator in Python?



Mention the use of // operator in Python?..

Answer / Pooja Rani Vishnoi

The `//` operator in Python is called the floor division operator. It returns the largest whole number less than or equal to the quotient of two numbers.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Explain the shortest way to open a text file and display its contents?

1 Answers  


How do I run a subprocess with pipes connected to both input and output?

1 Answers  


What are the types of python?

1 Answers  


How can you make modules in python?

1 Answers  


What is a python module?

1 Answers  


How do you sort a list in descending in python?

1 Answers  


How to concatenate two lists in python?

1 Answers  


What are class methods in python?

1 Answers  


What is the use of try, except, finally and raise in error handling?

1 Answers  


What is the pythonpath variable?

1 Answers  


Tell me is there a switch or case statement in python?

1 Answers  


What is the other way of checking truthiness?

1 Answers  


Categories