add sinonims for dickup test done
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
|
||||
import random
|
||||
def RandomDick():
|
||||
with open('tests\diction.txt', 'r', encoding='utf-8') as file:
|
||||
with open('dicktxt\dick_sinonims.txt', 'r', encoding='utf-8') as file:
|
||||
words = file.readlines()
|
||||
|
||||
random_line = random.choice(words).strip()
|
||||
return random_line
|
||||
|
||||
random_line = RandomDick()
|
||||
|
||||
|
||||
|
@@ -0,0 +1 @@
|
||||
from . import ForReadDict
|
||||
|
@@ -73,4 +73,4 @@
|
||||
торчильник
|
||||
факало
|
||||
кочанчик
|
||||
усатая
|
||||
пипису
|
Reference in New Issue
Block a user