There are 2 syntax errors in ```python print "FF1 = " + (printing.ccode(result)) ``` and also ```python print "FF2 = " + (printing.ccode(result)) ``` --- ### fixation ```python print("FF1 = " + printing.ccode(result)) print("FF2 = " + printing.ccode(result)) ``` --- ## No Offense :)