Write top_key(d) that returns the key whose value is the largest. If d is empty, return None. If there's a tie, returning any one of the tied keys is fine.
top_key(d)
d
None