Python - Class Methods and Static Methods
Identify the error in this code snippet:
class Demo:
def method():
return 'Hi'class Demo:
def method():
return 'Hi'15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions