First time here? Check out the FAQ!
answered 2020-01-27 10:42:42 +0100
This should work (since forever?). On 9.0:
sage: R.<x>=GF(5)[] sage: f=x^2 sage: f(5) 0 sage: f(5).parent() is GF(5) True
What version of SageMath are you using?