SyntaxFix
Write A Post
Hire A Developer
Questions
>>> some_string='A,B,C,D,E' >>> new_tuple= tuple(some_string.split(',')) >>> new_tuple ('A', 'B', 'C', 'D', 'E')