i Keep getting the attribute error for "add" but i have added it in the Calculator file. any ideas?
Your indentation is wrong, put the add() and the other methods on the same level as __init__() method.
add()
__init__()
Your indentation is wrong, put the
add()
and the other methods on the same level as__init__()
method.