+ 8
Can Anyone tell me what is wrong in line 365 why it give error
3 Answers
+ 4
see I add space ,
But it again show error
+ 1
you have to add space before the function code :
def squre(length,angle): Â Â Â Â Â Â
mitul.forward(length) Â Â Â
not
 def squre(length,angle):      Â
mitul.forward(length)
+ 1
of course for all the line not only the fist