slova =
word = random.choice(slova)
—–
Traceback (most recent call last):
File “C
Users/Пользователь/AppData/Local/Programs/Python/Python37-32/,n.py”, line 3, in <module>word = random.choice(slova)
AttributeError: ‘builtin_function_or_method’ object has no attribute ‘choice’