Python Oddity | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Python Oddity

Hello everyone.Recently I saw a website called "Python Oddity"(https://oswalpalash.com/python-oddity/ ) published by Palash Oswal .The oddities confused me a bit, especially the array part.I want to know why they behave so strange.Can someone give me a hand? https://code.sololearn.com/cE43go57U6v0/?ref=app

12th Aug 2018, 9:09 AM
retr0
1 Answer
+ 2
Hm...after removing my prior answer for another day...this looks like an evaluation timing issue. The anomaly seems to be only related to one of the a[a[0]]'s for the first assignment and related to both for the second. I'm tempted to try decompiling it to bytecode if you want that sort of answer.
14th Aug 2018, 7:19 PM
Kirk Schafer
Kirk Schafer - avatar