Question: how to list the terms of polynomial

if input x^2*y+x*y+x

how to output [x^2*y, x*y, x]

Please Wait...