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
Is print a function in python 3?
What is subn() function?
What is python constructor?
How to give comments in python?
What is swapcase() function in the python?
How do you merge one dictionary with the other?
Is python a good first language?
How do you reverse a string in python?
What does kwargs mean?
Which library would you prefer for plotting in python language: seaborn or matplotlib?
Do sheeps sleep?
How do I start python on windows?
How is inheritance and overriding methods are related in python?
What is __ pycache __?
How to find methods or attributes of an object?