Let’s check out some exercises that will help understand .split() method better.
Split the string based on space character: " ".
Split the numbers.
Using the split method, split the string with semi colon (;) first. Then, print only the last element.