Answer Posted / nashiinformaticssolutions
While // denotes floor division (result is an integer), / denotes precise division (result is a floating point value). For instance:
5//2 = 2 5/2 = 2.5
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the module and package in python?
How does Python’s list.sort work at a high level? Is it stable? What’s the runtime?
What is the difference between re.search and re.match?
Name few python web application frameworks?
How do I reverse the range of a python order?
How can you keep track of different versions of code?
Are functions objects in python?
Differentiate between the append() and extend() methods of a list?
What tools can be used to unit test your python code?
What is the best free website to learn python?
What is lambda function ?
Get the cartesian product of a series of lists?
Is geany good for python?
What is pass in python? What are the differences between pass and continue?
What do you understand by monkey patching in python?