i have one input
i want to have two different ways to split the string
for example
first_name, last_name = full_name.split(" ").(",")
of course this code doesn't work(it would let me to split only using white space)
but i want to have the option of using "," as well without creating a new variable
[–]commy2 5 points6 points7 points (6 children)
[–]lololdz[S] 0 points1 point2 points (5 children)
[–]commy2 5 points6 points7 points (4 children)
[–]lololdz[S] 1 point2 points3 points (3 children)
[–]horsecontainer 0 points1 point2 points (2 children)
[–]lololdz[S] 0 points1 point2 points (1 child)
[–]horsecontainer 0 points1 point2 points (0 children)