<p>Why we can't have nice things, Python Turtle Logo edition</p><p>Their REPR are precisely equal. But their internals still differ enough for the "IS" Comparison Operator to call them Too Different 😝</p><p> % python3 -i -c ''<br /> >>> <br /> >>> import turtle<br /> >>> t = turtle.Turtle()<br /> >>> <br /> >>> t.screen.clear<br /> <bound method TurtleScreen.clear of <turtle._Screen object at 0x1035ddd30>><br /> >>> t.screen.clearscreen<br /> <bound method TurtleScreen.clear of <turtle._Screen object at 0x1035ddd30>><br /> >>> t.screen.clear is t.screen.clearscreen<br /> False<br /> >>> </p><p>False</p><p>Ugh</p><p><a href="https://social.vivaldi.net/tags/PythonIsEaSy" class="mention hashtag" rel="tag">#<span>PythonIsEaSy</span></a> # PyThOn Is EaSy</p>