blob: b4f4ad2c36a84c8d553bf0ae667dc4d01a65077e [file] [log] [blame]
foo = 2
elements = [x for x in range(5) if x == foo]
print f<caret>oo