Creating a new dictionary in Python September 13, 2022 by Tarik Call dict with no parameters new_dict = dict() or simply write new_dict = {}