calculate volts using ohms law::
>>> o = Ohms() >>> results = o.volts(I=12, R=4) >>> >>> print(results) 48 >>>