私は2.4から何かを持っていて、それを2.7に変換したいのですが、問題は、この文字列で毎回クラッシュすることです:
MovieCasts = tuple(lambda [outmost-iterable]: for x in [outmost-iterable]:
SyntaxError: invalid syntax
に対応するものはありますか
tuple(lambda [outmost-iterable]: for x in [outmost-iterable]:
2.7の?
コード自体の一部を次に示します。
MovieCasts = tuple(lambda [outmost-iterable]: for x in [outmost-iterable]):
AvatarType()(range(6)))