Computer Science, asked by shandahiyanc, 5 months ago

Select the function that we cannot apply on dictionary in python

1 point

pop()

remove()

get()

clear()​

Answers

Answered by keyboardavro
2

Answer:

pop()

Explanation:

The technique is when you have a python dictionary and a function that you intend to use on it. You insert an extra element into the dict, whose value is the name of the function. ... You can call the function directly, or by referencing the dict element whose value is the function.

Similar questions