Computer Science - Object-Oriented Programming - Classes and objects - Build-a-Pet Workshop
A pet creation quiz: Q1: 'What type of pet?' (Dog/Cat/Bird/Fish). Q2: 'What's its name?' (text input). Q3: 'How old?' (number). Q4: 'What's its special skill?' (fetch/purr/sing/bubble). After answering, display the pet as a Python class definition: 'You just created: class Pet: def __init__(self, ty