Back
You can also check your terminal, In case of Python 3.0 and above
a) / operator
>>> 5/22.5
>>> 5/2
2.5
b) // operator
>>5//22
>>5//2
2
Refer this link for information.
Wanna become a Python expert? Come and join the python certification course and get certified.
To know more about this you can have a look at the following video tutorial:-
31k questions
32.8k answers
501 comments
693 users