1 | initial version |
Sage does some preparsing on what you type. You can see what happens with the command preparse
sage: preparse('ratpoly.<t> = PolynomialRing(QQ)')
"ratpoly = PolynomialRing(QQ, names=('t',)); (t,) = ratpoly._first_ngens(1)"