zmodn.Zmodn.__add__(other) Add two Zmodn objects. Parameters:¶ other : Zmodn¶The Zmodn object to add. Returns:¶ The result of the addition. Return type:¶ Zmodn Raises:¶ TypeError – If other is not a Zmodn object. ValueError – If the modules are not equal.