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

Related questions

0 votes
asked Jun 24, 2020 in Python by Robindeniel
+1 vote
asked Apr 6, 2022 in Python Packages and Data Access by sharadyadav1986
...