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
This question is part of this quiz :
Python Datatypes, Operators and Conditional Statements