x = [4, 6, 2, 1, 7, 9]y = sorted(x)print xprint yprint sorted([3, 2, 4, 1, 5, 0]) # More iteration contexts