a=[1,2,3,[4,5]]
print(id(a))
b=list(a)
print(id(b))
print(id(a[-1]))
print(id(b[-1]))
Output :
140078175111920
140078175165568
140078175151040
140078175151040
Wake up the wrist Python full stack engineer learning notes (web crawler)
Wake up the wrist Python Repti
Relying on the 170 Python interview questions given by senior brother Ali, I have successfully landed [Python basics]
Elder martial brother Ali care