0
syntax error in python 2.7
head = Circle(center, 25) head.setFill("yellow") head.draw(win) eye1Center = center.clone() # face positions are relative to the center eye1Center = center.) # face positions are relative to the center ^ SyntaxError: invalid syntax
1 Answer
+ 2
Could you show us the full code ?
We do not see there what is 'center', and if it is defined ?
Same for the Circle class ...