SyntaxFix
Write A Post
Hire A Developer
Questions
You can also use list comprehension on splitted string
[ int(x) for x in example_string.split(',') ]