Issue 8544: i didn't get rqrd output for programme in python?(plz... help) (original) (raw)

Issue8544

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:00 admin set github: 52790
2010-04-27 04:33:55 orsenthil set status: open -> closednosy: + orsenthilmessages: + resolution: not a bug
2010-04-27 04:25:04 krishnalolla create