Skip to content
Utils
Reccommended Python Books
Running a Python program through BASH
Line by Line Interpreter
Mock CSV Data Generator
Home
About
Navigation Menu
Navigation Menu
Utils
Reccommended Python Books
Running a Python program through BASH
Line by Line Interpreter
Mock CSV Data Generator
Home
About
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