rainyear/python3-in-one-pic

List comprehensions

Closed this issue · 1 comments

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

[x**2 for x in range(10)]

Not sure if this would go better under Pythonic or Lists

@cheapsteak I think I should append comprehensions to Flow control node.