Given a list of strings, write a Python program to remove all digits from the list of string. Examples: Input : ['alice1', 'bob2', 'cara3'] Output… Read More »
The post Python | Remove all digits from a list of strings appeared first on GeeksforGeeks.
Python | Remove all digits from a list of strings
Reviewed by Shoaib Khan
on
February 12, 2019
Rating:
No comments: