Антипова Алёна 425 гр. LookSay 4699
Бузин Никита Ильич, 511 группа LookSay 5328
f1from itertools import groupbyf1from itertools import groupby
22
3def LookSay():3def LookSay():
n4    s = '1'n4    string = '1'
5    while True:5    while True:
t6        for c in s:t6        for word in string:
7            yield int(c)7            yield int(word)
8        s = ''.join((str(len(list(count))) + num for numcount in group8        string = ''.join((str(len(list(j))) + i for ij in groupby(stri
>by(s)))>ng)))
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op