How would you access and store all of the keys in this dictionary at once?
fruit_info = {
'fruit': 'apple',
'count': 2,
'price': 3.5
}
How would you access and store all of the keys in this dictionary at once?
fruit_info = {
'fruit': 'apple',
'count': 2,
'price': 3.5
}