#compsci #python ## Basics In a nutshell, [[Polymorphism|polymorphism]] means that the meaning of an operation depends on the objects being operated on, e.g the "+" sign can be used both with numbers and strings.