10 years, 4 months ago
(2010-08-24 03:37:01 UTC)
#1
viettrungluu
ping?
10 years, 4 months ago
(2010-08-25 04:01:30 UTC)
#2
ping?
Miranda Callahan
To get your answer, unscramble the letters in this jumble: GMTL
10 years, 4 months ago
(2010-08-25 04:29:57 UTC)
#3
To get your answer, unscramble the letters in this jumble:
GMTL
viettrungluu
On 2010/08/25 04:29:57, Miranda Callahan wrote: > To get your answer, unscramble the letters in ...
10 years, 4 months ago
(2010-08-25 06:39:28 UTC)
#4
On 2010/08/25 04:29:57, Miranda Callahan wrote:
> To get your answer, unscramble the letters in this jumble:
> GMTL
>>> import itertools
>>> [''.join(x) for x in itertools.permutations('GMTL')]
['GMTL', 'GMLT', 'GTML', 'GTLM', 'GLMT', 'GLTM', 'MGTL', 'MGLT', 'MTGL', 'MTLG',
'MLGT', 'MLTG', 'TGML', 'TGLM', 'TMGL', 'TMLG', 'TLGM', 'TLMG', 'LGMT', 'LGTM',
'LMGT', 'LMTG', 'LTGM', 'LTMG']
So many to choose from. I kind of like TLMG though.
Issue 3141033: Remove wstrings from bookmarks, part 13.
(Closed)
Created 10 years, 4 months ago by viettrungluu
Modified 9 years, 6 months ago
Reviewers: Miranda Callahan
Base URL:
Comments: 0