following line gives me headaches:
print 'Total paid ' + round(totalPay, 2)
gives out an error description: "cannot concatenate 'str' and 'float' objects". According to discussion here: Python printing text after printing a variables
the line should be correct. Any hints? Thanks a lot!