Nathan Pinno wrote:

> How do I factor a number? I mean how do I translate x! into proper
> Python code, so that it will always do the correct math?
> 
> Thanks in advance,
> Nathan P.

import os
os.system('factor 25')

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to