byStarTW says to YSITD
»> def hello(a,b): ... return a+b*a/b**a ... hello(30,10) File "<stdin>", line 3 hello(30,10) ^ SyntaxError: invalid syntax