SyntaxFix
Write A Post
Hire A Developer
Questions
One common convention is to use a "_" as a variable name for the elements of the tuple you wish to ignore. For instance:
def f(): return 1, 2, 3 _, _, x = f()