Converting string into a list

In this blog, we will create simple program that will take any string as input from user and convert it into a list. Making each character of a string as an individual element in a listMore