In this program, we will take a string as input and remove unwanted characters from the given string.
Steps to solve the program
- Take a string as input.
- Remove the unwanted characters using isalnum() and for loop.
- Print the output.
Output :
Online Learning Platform