QUESTION IMAGE
Question
which operator is used for division in python?
\\
/
%
//
Brief Explanations
In Python, the / operator is used for division. The \ is not a division operator in Python. The % is the modulus operator (returns the remainder of a division). The // is the floor division operator (returns the quotient as an integer by truncating the decimal part).
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
/