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