0
寫這個功能如何代表python3此代碼它是用Python編寫的2需要幫助在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