Open joesingo opened 5 years ago
This is a problem:
>>> from truthdiscovery import * >>> i = Investment(g=2) >>> j = Investment() >>> j.g 1.2 >>>
This is a problem: