Initial commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
strings = ['Some string', 'Art', 'Music', 'Artificial Intelligence']
|
||||
print([x.lower() for x in strings if len(x) > 5])
|
||||
Reference in New Issue
Block a user