+ (Addition operator/Concatenation Adds two numbers or concatenates two iterables. Overloads: int a, int b: a+b str a, str b: concat(a, b)