SyntaxFix
Write A Post
Hire A Developer
Questions
Or you can always map over an iterator, without the need to build an intermediate list:
map
>>> _ = map(sys.stdout.write, (x for x in string.letters if x in (y for y in "BigMan on campus"))) acgimnopsuBM