Python - Methods and Behavior Definition
Find the error in this code:
class Person:
def greet():
print('Hello!')
p = Person()
p.greet()class Person:
def greet():
print('Hello!')
p = Person()
p.greet()15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions