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 are the implementation in python program?
which is the most commonly used package for data importing and manipulation?
What are range and xrange?
What are views in python?
Which module(s) of python can be used to measure the performance of your application code?
What does time sleep do in python?
What are python dictionaries?
What does tuple mean?
What is the process of pickling and unpicling?
What is dogpile effect? How can you prevent this effect?
Is python 0 based?
Which is the invalid variable assignment from the below?
What does ** (double star/asterisk) and * (star/asterisk) do for parameters?
How to add values to a python array?
What is kwargs in python?