def titolo_w(titolo):
titol = titolo.split('.')
titol[1] += '_weight'
titolo = '.'.join(titol)
return titolo
.........and this is the error msg:
def titolo_w(titolo):
File "<ipython-input-778-5f591f155d80>", line 1
def titolo_w(titolo):
^
SyntaxError: unexpected EOF while parsing
--
You received this message because you are subscribed to the Google Groups
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/spyderlib/769b76ce-3dd3-431f-b372-3818e2868f7b%40googlegroups.com.