Question: how to get a list of variables with power from a function

assume f:= x^2*y^3/z^7

 

would like to get [x^2, y^3, z^(-7)]

Please Wait...