Python doesn't have pointer type. But it seems None type work as a pointer. How does next point to the next element?
Asked
Active
Viewed 22 times
0
-
It's a reference. https://stackoverflow.com/questions/35488769/what-is-an-object-reference-in-python – General Grievance Apr 03 '23 at 21:37