What are the divisions in python
Answers
Answered by
9
Python has two division operators, a single slash character for classic division and a double-slash for “floor” division (rounds down to nearest whole number). Classic division means that if the operands are both integers, it will perform floor division, while for floating point numbers, it represents true division.
IF MY ANSWER HELPS YOU SO PLZ THANKS AND FOLLOW ME...
Answered by
5
Python has two division operators, a single slash character for classic division and a double-slash for “floor” division (rounds down to nearest whole number). Classic division means that if the operands are both integers, it will perform floor division, while for floating point numbers, it represents true division.
Similar questions
Social Sciences,
6 months ago
Political Science,
6 months ago
English,
1 year ago
Math,
1 year ago
English,
1 year ago