I am making a program right now in python. To make the program efficient I was hoping there is a way to take user input and change it into the name of a list. Basically, like removing the quotes on it.
Like this input = input("What is your name")
Let's say your name is Ted.
I have a list that is Ted = ["Blah, Blahh]
So basically I want to convert the input which would be "Ted", to just be Ted.