# From the Zen of Python: “Flat is better than nested”! # List comprehension can be applied to any iterable object: new_list_1 = [v/2 for v in range(10)] new_list ...
// found in the LICENSE file.