When I use a loop like
for line in txt:
TypeError: 'str' object is not callable
See this post just a little further down in the forum.
line and line()
Posted by Alexey Golev on Jul 17, 2009When I use a loop like
and somewhere in this loop I want to draw a line with line().it gives me Is that i'm stupid or there is a rule I don't know.
Either way I really need to know it. Please help.
Thanks in advance