forked from Pavel_Durov/python_bot
add sinonims for dick and def random word from dict
This commit is contained in:
13
dicktxt/ForReadDict.py
Normal file
13
dicktxt/ForReadDict.py
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
import random
|
||||
def RandomDick():
|
||||
with open('tests\diction.txt', 'r', encoding='utf-8') as file:
|
||||
words = file.readlines()
|
||||
|
||||
random_line = random.choice(words).strip()
|
||||
return random_line
|
||||
|
||||
random_line = RandomDick()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user