{1, 2, 3} != {3, 2, 1} python code example Example 1: 5**5 print(5**5) Example 2: [1::2] python >>> L = range(10) >>> L[::2] [0, 2, 4, 6, 8]