Q. Write a Python program to convert a string to a list.

 

Answer =

 



string = list(input("Enter a string :-"))
print(string)

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post