Main public logs
Appearance
Combined display of all available logs of Slow Like Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:16, 15 April 2024 Rob talk contribs created page Classes (Created page with "== Basic Class == <syntaxhighlight lang="python" line> class Cat: # Use capital letter for class name """Basic class with simple attributes and methods """ def __init__(self, name, age): # Special method to create an instance """Initialize attributes""" self.name = name self.age = age def eat(self): # Method defined in class """Sim...")