0
Should we use double slash or single slash for division operation ?
1 Resposta
+ 5
In Python double slash(//) is used for obtaining integer quotient,where as single slash(/) is used for floating quotient.
https://code.sololearn.com/cJ7lQpvDP54t/?ref=app