B
Size: a a a
B
0
G
AE
B
AE
ЮЧ
import random
with open("path/file", 'r') as text_file:
texts = text_file.readlines()
text = random.choice(texts)
ПЯ
ЮЧ
ДЄ
ЮЧ
import random
with open("path/file", 'r') as text_file:
texts = text_file.readlines()
text = random.choice(texts)
G
ПЯ
ЮЧ
ПЯ
ЮЧ
G
ПЯ
G