<div id="comment:0"></div> This comes in handy occasionally: ```python sage: R.<x,y,z> = ZZ[] sage: R.monomials_of_degree(3) [x^3, x^2*y, x^2*z, x*y^2, x*y*z, x*z^2, y^3, y^2*z, y*z^2, z^3] ``` Component: **algebra** Author: **Lorenz Panny** Branch/Commit: **[`c28b7e1`](https://github.com/sagemath/sagetrac-mirror/commit/c28b7e10fde5e8bfd368eded843c51f8aaf14a66)** Reviewer: **Marc Mezzarobba** _Issue created by migration from https://trac.sagemath.org/ticket/34599_