Contact: aviboots(AT)netvision.net.il
40,866 questions
53,271 answers
573 users
var s = "swift java c++ c python" print(s) var substring = s[s.index(s.startIndex, offsetBy: 1)..<s.endIndex] substring = substring.dropLast() print(substring) /* run: swift java c++ c python wift java c++ c pytho */