find_unused_key()
Finds an unused key.
dict_like – A dict-like or a list/tuple of dict-likes to find a key which is unused in all of them.
start – The keys “<start><N>” are checked for increasing N until an unused key is found.
The unused key.