target=url.split("/")[-1]
split methode returns a list of words separated by the separator specified in the argument and [-1] is for the last element of that list
CLICK HERE to find out more related problems solutions.
target=url.split("/")[-1]
split methode returns a list of words separated by the separator specified in the argument and [-1] is for the last element of that list
CLICK HERE to find out more related problems solutions.