What is Nostr?
weilawei /
npub1emz…8eqv
2024-05-21 14:56:27

weilawei on Nostr: Since people are doing roasting Javascript, I'll roast Python quirks. It's a language ...

Since people are doing roasting Javascript, I'll roast Python quirks. It's a language I like and use a bunch, but has sharp corners in unexpected places. Traps for new players.

>>> a = 256
>>> a is 256
True
>>> a = 257
>>> a is 257
False

#Python #programming
Author Public Key
npub1emz68ykk966k9665f488ql3zlaha4rgwhj3gr2mex5wua7467casd98eqv