Initial commit

This commit is contained in:
Arjun Patel
2019-02-20 15:09:59 -08:00
commit 6577e0cbea
59 changed files with 2480 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
strings = ['Some string', 'Art', 'Music', 'Artificial Intelligence']
print([x.lower() for x in strings if len(x) > 5])