This baffles me:
print eval('(2 - (7 * (((1 / 3) - 5) * 3)))') -> 107
The test says (2 - (7 * (((1 / 3) - 5) * 3))) == 100
Is there a bug here?
43