Contact: aviboots(AT)netvision.net.il
39,845 questions
51,766 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 */