Question 6

Last Updated :
Discuss
Comments

Find the output of the below python code:

x=4
print(id(x))
print(id((int)(x+"GFG"))

Object Address 

Object Address

Compilation Error 

Object Address

Object Address 

Compilation Error 

None of the above

Share your thoughts in the comments