what does ratpoly.<t> = PolynomialRing(QQ) mean
In official tutorial, I see the following command:
ratpoly.<t> = PolynomialRing(QQ)
I have python backgroud. I wonder what does it do and how it is implemented. After all, variable ratpoly
is not defined previously.