Run
str = 'Python,Examples,Programs,Code,Programming' chunks = str.split(',', 3) print(chunks)
Output