Hi everyone,
Can someone please help me with the following phyton script? I received the
error message DeprecationWarning: the sets module is deprecated
from sets import Set.
After googling, I have tried the methods others suggest: change sets to set or
delete the from sets import Set
Hi everyone,
Can someone please help me with the following phyton script? I received the
error message DeprecationWarning: the sets module is deprecated
from sets import Set.
After googling, I have tried the methods others suggest: change sets to set or
delete the from sets import Se