In this program, we will take a string as input and split a string on last occurrence of delimiter.
Steps to solve the program
- Take a string as input.
- Split the string on the last occurrence of delimiter using rsplit().
- Print the output.
Output :
Online Learning Platform