0 votes
in Python by
Can you please explain what is the purpose of id() function in Python Language?

1 Answer

0 votes
by
The id() is one of the built-in functions in Python Language.

Signature: id(object)

It accepts one parameter and returns a unique identifier associated with the input object.

Related questions

0 votes
asked Aug 30, 2020 in Python by sharadyadav1986
0 votes
asked Aug 30, 2020 in Python by sharadyadav1986
...