Answer the question
In order to leave comments, you need to log in
Python Is there any point to such an abbreviation?
It makes sense to replace this:
i.speech=p.POS
i.gender=p.gender
i.case=p.case
i.number=p.number
i.speech,i.gender,i.case,i.number=p.POS,p.gender,p.case,p.number
Answer the question
In order to leave comments, you need to log in
For readability, I would write it like this:
i.speech = p.POS
i.gender = p.gender
i.case = p.case
i.number = p.number
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question