Loading

Quipoin Menu

Learn • Practice • Grow

python / Classes and Objects
exercise
1/5
Exercise 1Python
Question

Define a class `Person` with attributes `name` and `age`. Create an instance and print its attributes. Add a method `greet` that prints a greeting.