python print sort method code example Example 1: pyhton built in sort arr = [ 1, 3, 2] arr.sort() Example 2: sorting in python python list sort()