fromScratch01march2025

Run Settings
LanguagePython
Language Version
Run Command
class Dog: species = "Canine" # Class attribute def __init__(self, name, age): self.name = name # Instance attribute self.age = age # Instance attribute # Creating an object of the Dog class dog1 = Dog("Buddy", 3) print(dog1.name) print(dog1.species)
Editor Settings
Theme
Key bindings
Full width
Lines