Зарипов Андрей, 125ая LookSay 4619
Антипова Алёна 425 гр. LookSay 4699
f1from itertools import groupbyf1from itertools import groupby
22
3def LookSay():3def LookSay():
n4    elems = '1'n4    s = '1'
5    while True:5    while True:
t6        for e in elems:t6        for c in s:
7            yield int(e)7            yield int(c)
8        elems = ''.join((str(len(list(n))) + e for e, n in groupby(elems8        s = ''.join((str(len(list(count))) + num for numcount in group
>)))>by(s)))
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op