0 votes
in Python by
edited by
Which action must be avoided to prevent the previously defined names from getting overwritten?

Select the best answer from below options :

a)Import selective objects

b)Import selectively with aliases

c)Using aliases when importing

d)Use the wildcard import
...