Contact: aviboots(AT)netvision.net.il
42,200 questions
54,908 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 */