Andrej Viktorovich wrote:
> I suppose p becomes array of strings but what [] means in this statement?

Generally, it's an inline form of writing a loop that returns a list. There are 
other types as well.

https://docs.python.org/3/tutorial/datastructures.html#list-comprehensions
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to