User Portlet User Portlet

Discussions
Hello! I think your error here is not related with wolfram. Python basically says that one of the variables on the left of the ** operator is a string. Try to print ra1 and see if it's numeric, if yes, cast it with float(...) or int(...)