hanya terpecah dari python pembatas ketiga

# using rsplit() 
# Split on last occurrence of delimiter 
res = test_string.rsplit(', ', 1) 
Cooperative Cowfish