Write a method that gets the last n characters from a string. For example, last("Hello, World!", 5) should return the string "orld!".