0
What does id mean in a math equation?
I got a math sequence in which id was used outside of parentheses. What does it mean?
7 Respuestas
+ 1
https://www.google.com/url?sa=t&source=web&rct=j&url=https://www.geeksforgeeks.org/id-function-JUMP_LINK__&&__python__&&__JUMP_LINK/amp/&ved=2ahUKEwitq_-Pmc7qAhVs7XMBHZ_TDXsQFjABegQICxAG&usg=AOvVaw1rfRK4Gl91f-XuiJYWGZrK&cf=1
It is an inbuilt function in py which returns the identity of the given object
0
Sure thing, this is the problem I was given:
X =5
Print ((id(x) == id(x+1))*-1+1)
0
Okay, thank you!
0
𝐊𝐢𝐢𝐛𝐨 𝐆𝐡𝐚𝐲𝐚𝐥 Thank you!