First time here? Check out the FAQ!
answered 2019-06-09 10:49:14 +0100
If you mean polynomial variables:
sage: R = PolynomialRing(QQ, x, 44) sage: x = R.gens() sage: x[33] x33