You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In python, it is the commas, not the parentheses, that define the tuple. Not sure whether it's worth the effort to change this or whether there is a specific reason that it has to be this way.
Describe the solution you'd like
Having tuples be defined by commas and not by parentheses.
Describe alternatives you've considered
Leaving it the way it is, with tuples being defined by parentheses.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In python, it is the commas, not the parentheses, that define the tuple. Not sure whether it's worth the effort to change this or whether there is a specific reason that it has to be this way.
Describe the solution you'd like
Having tuples be defined by commas and not by parentheses.
Describe alternatives you've considered
Leaving it the way it is, with tuples being defined by parentheses.
The text was updated successfully, but these errors were encountered: