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

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

Messages (2)
msg104295 - (view) Author: LOLLA RADHA KRISHNA MURTHY (krishnalolla) Date: 2010-04-27 04:26
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 ?
msg104297 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-04-27 06:47
Please use python-help@python.org or comp.lang.python for usage questions, not the tracker.
History
Date User Action Args
2022-04-11 14:57:00 admin set github: 52791
2010-04-27 06:47:05 georg.brandl set status: open -> closednosy: + georg.brandlmessages: + resolution: not a bug
2010-04-27 04:26:17 krishnalolla create