Skip to content
Learnearn.uk » Python Unit Home » Object Orientated Programming

Object Orientated Programming

Challenge 1


Challenge 1
Create a class representing a person with attributes such as name, age, and occupation. Implement methods to update and retrieve these attributes.

Challenge 2