dict1 = {1: "Bitcoin", 2: "Ethereum"} for key, value in dict1.items(): print(f"Key {key} has value {value}")