Let\'s say I have a function dict_to_string:
dict_to_string
>>> def dict_to_string(d: ??) -> str: ... return \';\'.join(f"{k},{v}" for k,