I am trying to suss out Zope and following the 'Book'. I have entered the following as a python script: "calculate compound interest """" i= interest_rate / periods n= periods * years return ((1+i)**n) * principal" and get 'syntax error'. More precisely:" SyntaxError: invalid syntax" I think I am copying them book - what is wrong? Thanks Dapo