Python Examples
Run
str = '52_841_63_24_76_49' #split string by _ items = str.split('_') print(items)
Output