add some dicks

This commit is contained in:
Pavel_Duron
2022-12-16 23:02:32 +10:00
parent 8caf244923
commit b849bc26b2
2 changed files with 13 additions and 2 deletions

View File

@@ -1,6 +1,10 @@
import random
def RandomDick():
# Забирает рандомный синоним к слову хуй из dick_sinonims.txt
# у линуха и винды не забывай про разные \/
# когда указываешь путь
with open('dicktxt/dick_sinonims.txt', 'r', encoding='utf-8') as file:
words = file.readlines()