Best way to pop many elements from a Python dict May 25, 2023 by Tarik How about the simple: for e in ['cc', 'dd',...]: a.pop(e)