Computer Science, asked by thanushgps, 7 months ago

What are the divisions in python

Answers

Answered by ItzSharmaji
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 Anonymous
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