What is split used for? By Pythonai - August 31, 2022 0 40 FacebookTwitterPinterestWhatsApp The split () method is used to separate a given string in python example:- a= "edureka python " print (a. split ())