0
でこの機能を書いて助けが必要2は、それはPythonで書かれているのpython3でこのコードを表現する方法のpython 3
def transform(x, y , (a, b, c, d, e, f)=matrix):
return a*x + b*y + c, d*x + e*y + f
エラー
def transform(x, y , (a, b, c, d, e, f)=matrix):
^
SyntaxError: invalid syntax
以上が
を来ている多くの@ jonrsharpe私はちょうどした。毎日何か新しいことを学んでください:) – TemporalWolf