I have something from 2.4 and i'd like to convert it for 2.7 but the problem is, i crash everytime at this string:
MovieCasts = tuple(lambda [outmost-iterable]: for x in [outmost-iterable]:
SyntaxError: invalid syntax
is there a counterpart to
tuple(lambda [outmost-iterable]: for x in [outmost-iterable]:
for 2.7?
Here is the part of the code itself:
MovieCasts = tuple(lambda [outmost-iterable]: for x in [outmost-iterable]):
AvatarType()(range(6)))