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.

classification
Title: i didn't get rqrd output for programme in python?(plz... help)
Type: Stage:
Components: Versions:
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: abdelazer, krishnalolla, orsenthil
Priority: normal Keywords:

Created on 2010-04-27 04:25 by krishnalolla, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg104294 - (view) Author: LOLLA RADHA KRISHNA MURTHY (krishnalolla) Date: 2010-04-27 04:25
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 ?
msg104296 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2010-04-27 04:33
Please use python-help@python.org or comp.lang.python, not the tracker.
Also check the collections module.
History
Date User Action Args
2022-04-11 14:57:00adminsetgithub: 52790
2010-04-27 04:33:55orsenthilsetstatus: open -> closed

nosy: + orsenthil
messages: + msg104296

resolution: not a bug
2010-04-27 04:25:04krishnalollacreate