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