The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #943
__invert__() is the implementation of the "binary not" operator ~. Reversing a function is not always possible! (stackoverflow.com/questions/54784932/the-invert-method)
What is the purpose of the __invert__() method?
— The Python Quiz (@thepythonquiz) August 15, 2021
__invert__() is the implementation of the "binary not" operator ~.
__invert__() inverts any function or method.
__invert__() reverses the order of characters of a string.
π Comment the answer, like and retweet! #python
Question difficulty: π΅π΅π΅π΅π΅
Similar questions: