how to remove the first letter in a string python code example Example: how to remove first letter of a string python s = "hello" print s[1:]