Computer Science, asked by apgokul07, 5 months ago

Identify the technique, which starts and ends with
two underscore characters.
Built-in methods
User-defined methods
] Additional methods​

Answers

Answered by senbhava
0

Answer:

please follow me and put brainlest thank and put star

Explanation:

the methods which begin and end with 2 underscore characters

Special methods in python always starts with double underscore. This is also called as Dunder (double underscore) method. These are also called as Magic methods. These are commonly used for operator overloading

Similar questions