How do I get python to choose a random item from whatever the person wrote?, what I mean lets say the person wrote (Apple, Banana, Orange) and then python would choose a random one from these 3 fruits?
How do I get it to do that? (the person who is using the app would write the items, I meant python would ask for example name the fruits and the person would write the fruits (not the programmer) and python would choose a random one. I'm thinking of using len but not sure how)