Python

Python

Made by DeepSource

Two or more starred expressions in an assignment (a, *b, *c = d) FLK-F622

Bug risk
Critical

There are more than one starred expressions (*x) in an assignment. This is a SyntaxError.