Znajdź pozycję klucza w Python Słownik

keys = list(dictionary.keys()
index = keys.index("test")
britishmailman