Гадиева Тамара, 523 группа LookSay 9766
skryabin_523 LookSay 10179
f1def LookSay():f1def LookSay():
nn2    current_values = '1'
3    next_values = ''
2    s = 14    s = 1
n3    prev_str = '1'n
4    new_str = ''
5    while True:5    while True:
n6        x = prev_str + ' 'n6        x = current_values + ' '
7        for i in prev_str:7        for i in current_values:
8            yield int(i)8            yield int(i)
9        for i in range(len(x) - 1):9        for i in range(len(x) - 1):
10            if x[i] == x[i + 1]:10            if x[i] == x[i + 1]:
11                s += 111                s += 1
12            else:12            else:
n13                new_str += str(s) + str(x[i])n13                next_values += str(s) + str(x[i])
14                s = 114                s = 1
t15        prev_str = new_strt15        current_values = next_values
16        new_str = ''16        next_values = ''
17        s = 117        s = 1
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op