I am working with python and i need to calculate a unique identifier for any object. The method can be like hash(obj) and it return a string that is specific for that object.
Asked
Active
Viewed 39 times
0
-
1You could use `id(obj)` – gtlambert Feb 24 '16 at 10:10
-
What code have you written? – Niyojan Feb 24 '16 at 10:26