Contact: aviboots(AT)netvision.net.il
40,866 questions
53,271 answers
573 users
var s = "swift java c++ c python" print(s) let substring = s.dropLast() print(substring) /* run: swift java c++ c python swift java c++ c pytho */