I want to extract first name from the list. In the following example, I want to get Ashok in response.
How to extract first name from the list using Python?
Here is my example.
names = ["Ashok","mathe","john"]
python extract first name