import numpy as np e = np.array([[1,2,3], [2,3,4]]) s = "Hallo" for x in dir(e): print(x) print(s.lower())