This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author krishnalolla
Recipients abdelazer, krishnalolla
Date 2010-04-27.04:26:16
SpamBayes Score 4.281684e-07
Marked as misclassified No
Message-id <1272342379.47.0.213432765207.issue8545@psf.upfronthosting.co.za>
In-reply-to
Content
i want to print the all posssibilities that occurs in rearrangement of letter between given input?(repetations are not allowed)?

suppose i give input as car => the output is like this

car
cra
acr
arc
rac
rca

like that ..i want factorial of length of the given input ?
History
Date User Action Args
2010-04-27 04:26:19krishnalollasetrecipients: + krishnalolla, abdelazer
2010-04-27 04:26:19krishnalollasetmessageid: <1272342379.47.0.213432765207.issue8545@psf.upfronthosting.co.za>
2010-04-27 04:26:16krishnalollalinkissue8545 messages
2010-04-27 04:26:16krishnalollacreate