strings = ['Some string','Art','Music','Artificial Intelligence']
print [x.lower() for x in strings if len(x) > 5]

syntax highlighted by Code2HTML, v. 0.9.1