Though, really, even there, while the list comprehension works, its kind of an awkward construction to use that instead of:
numbers = list(range(10))
Though, really, even there, while the list comprehension works, its kind of an awkward construction to use that instead of: