get the first 2 characters of a string python code example Example: string pick the first 2 characters python t = "your string" t[:2]