skryabin_523 LookSay 10179
Гадиева Тамара, 523 группа LookSay 9766
f1def LookSay():f1def LookSay():
n2    current_values = '1'n
3    next_values = ''
4    s = 12    s = 1
nn3    prev_str = '1'
4    new_str = ''
5    while True:5    while True:
n6        x = current_values + ' 'n6        x = prev_str + ' '
7        for i in current_values:7        for i in prev_str:
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                next_values += str(s) + str(x[i])n13                new_str += str(s) + str(x[i])
14                s = 114                s = 1
t15        current_values = next_valuest15        prev_str = new_str
16        next_values = ''16        new_str = ''
17        s = 117        s = 1
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op