let start = playground.startIndex
let end = playground.index(start, offsetBy:4) (error:value of type string has no member index)
let fifthCharacter = playground[end]