Classes

Swift structs had a Python cousin all along

In Part I, struct Walker { let name: String } bundled data and behavior together. Python's version is class Walker:. The mechanics differ, but the idea โ€” a blueprint for making objects โ€” is the same one you already know.