Which of the following operator in python performs the division on operands where the result is the quotient in which the digits after the decimal point are removed?
› Category: Python › Which of the following operator in python performs the division on operands where the result is the quotient in which the digits after the decimal point are removed?
Which of the following operator in python performs the division on operands where the result is the quotient in which the digits after the decimal point are removed? A – ** B – // C – is D – not in