Which of the following operator in python evaluates to true if the variables on either side of the operator point to the same object and false otherwise?
› Category: Python › Which of the following operator in python evaluates to true if the variables on either side of the operator point to the same object and false otherwise?
Which of the following operator in python evaluates to true if the variables on either side of the operator point to the same object and false otherwise? A – ** B – // C – is D – not in