Programming (12th Grade)
Object-Oriented Programming
What does the 'self' keyword refer to in a class in Python?
The current instance of the class
The parent class
A static variable
The global variable
Next