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