I have this output
(10.76, 27.73)
and I want to assign it to a key as a value, here is a code
dictionary = {'whatever':'whatever, 'KEY':'I need this output(tuple) here'}
Also, little detail, I would prefer to keep the comma, but if not possible i'll just add it on my own, that's ok.
Thank you