I want to check if all the elements in a list are only numbers. In string we can easily do it using isdigit() function but how can we do it in a list? For ex: i
isdigit()