Contact: aviboots(AT)netvision.net.il
40,891 questions
53,304 answers
573 users
let s = "swift java python c c++" let N = 5 let substring = String(s.suffix(N)) print(substring) /* run: c c++ */