Hi,
I need to generate string variables whose names are the permutations of a list. For example, if the list was a b c, then the variable names would be a b c ab ba ac ca bc cb abc acb and so on. I don't think I can do it with tuples or permin. Any thoughts?
I need to generate string variables whose names are the permutations of a list. For example, if the list was a b c, then the variable names would be a b c ab ba ac ca bc cb abc acb and so on. I don't think I can do it with tuples or permin. Any thoughts?
Comment