1 2 3 4 5 6
def choose_fruits(fruits): current_locals = locals() print(fruits) color = "red" print(color) return current_locals