You want evaluate=False, like Mul(sin(x), cos(x), cos(x), evaluate=False), or
with evaluate(False):
sin(x)*cos(x)*cos(x)
Yes, but my feeling is that he still wants SymPy to do something for him - not just return what he types in, so
he needs to supply a more realistic example of what he is trying to do.
David