Y
Hacker News
new
|
ask
|
show
|
jobs
by
LynxInLA
1386 days ago
Which version of that are you talking about in Python? The biggest related gotcha I've seen in Python is when you have a trailing comma `x = 1,` and accidentally create a tuple.
1 comments
goodoldneon
1386 days ago
Yea that’s the most common gotcha
link