Ω
Size: a a a
Ω
AE
AD
AE
AE
AD
AE
from itertools import cycle
random_list_1 = ["если", "ловкий", "огурец", "танк", "летит", "быстрей", "коня"]
def cycl_1(iterable):
counter = 0
for item in cycle(iterable):
if counter >= len(iterable):
break
yield item
counter += 1
print(*cycl_1(random_list_1))
БГ
БГ
AD
AE
AE

AE
SI
AD
VA
SI
AS
БГ
@rextester_bot py3
print("wow! I can use it!