LookSay/Ushuaya
LookSay/mishustina_margarita
f1from itertools import groupbyf1from itertools import groupby
22
3def LookSay():3def LookSay():
t4    new = '1't4    n = '1'
5    while True:5    while 1:
6        for i in new:6        for j in n:
7            yield int(i)7            yield int(j)
8        new = list(''.join((str(len(list(g))) + k for (kg) in groupby(new))))8        n = ''.join((str(len(list(s))) + p for (ps) in groupby(n)))
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op