I try to print all keys of a dictionary using f-string.
My current solution is
data = {\'key1\': 1, \'key2\': 2, \'key3\': 3} print{f\'All keys are {"