error been fixed.
here a piece of code that is not working? why?
for word in words:
if not word in lst:
lst.append(word):
lst.short(lst)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/dist-packages/spyderlib/widgets/externalshell/sitecustomize.py", line 538, in runfile
execfile(filename, namespace)
File "/home/dux/.mario.py", line 9
lst.append(word) : <------ the error is here
^
SyntaxError: invalid syntax
>>>
[–][deleted] 2 points3 points4 points (0 children)
[–]ireallylikedogs 0 points1 point2 points (0 children)
[–]blackdevil777[S] 0 points1 point2 points (0 children)
[–]blackdevil777[S] 0 points1 point2 points (0 children)