Tag: python
Write a Python program to generate a 346 3D array whose each element is *.
By using Numpy Library
Write a Python program to count the number of strings from a given list of strings.
Write a Python program to count the number of strings from a given list of strings. The string length is 2 or more and the first and last characters are the same.Sample List : [‘abc’, ’11’, ‘xyz’, ‘aba’, ‘1221’, ‘2112’]Expected Result : 2