Tuple trouble
“Python requires commas within single-element tuples to disambiguate the tuple from a parenthetical statement. This is a common newbie gotcha.” – Djangobook
I didn’t know that and it’s never bitten me. Now that I do, I’ll be more wary.
“Python requires commas within single-element tuples to disambiguate the tuple from a parenthetical statement. This is a common newbie gotcha.” – Djangobook
I didn’t know that and it’s never bitten me. Now that I do, I’ll be more wary.